Skip to content

Commit

Permalink
show the button (#1350)
Browse files Browse the repository at this point in the history
* show the button

* snapshots and skip prospect catalogue

* or no they probably would like that one too

* fix snaps
  • Loading branch information
thorbjxrn committed Jun 6, 2024
1 parent 6fb3613 commit fb57da5
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 2 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.
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,8 +79,6 @@ public class ViewingsRedesignView: UIView {
titleLabel.text = viewModel.title
moreInfoLabel.text = viewModel.moreInfoText
moreInfoLabel.isHidden = viewModel.moreInfoText == nil
prospectusStackView.isHidden = viewModel.viewings.isEmpty == true
viewingSignupButton.isHidden = viewModel.viewings.isEmpty == true

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

0 comments on commit fb57da5

Please sign in to comment.