Skip to content

Commit

Permalink
snapshots and skip prospect catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjxrn committed Jun 5, 2024
1 parent cb82419 commit 54fb4c9
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public class ViewingsRedesignView: UIView {
titleLabel.text = viewModel.title
moreInfoLabel.text = viewModel.moreInfoText
moreInfoLabel.isHidden = viewModel.moreInfoText == nil
prospectusStackView.isHidden = viewModel.viewings.isEmpty == true

if let button = viewModel.prospectusButton {
prospectusDescriptionLabel.text = button.description
Expand Down

0 comments on commit 54fb4c9

Please sign in to comment.