Fix identity proof display

This commit is contained in:
Justin Mazzocchi 2021-01-17 16:39:47 -08:00
parent 2c19d248ab
commit 8706fdab78
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ final class AccountHeaderView: UIView {
fieldsStackView.addArrangedSubview(fieldView)
}
fieldsStackView.isHidden = accountViewModel.fields.isEmpty
fieldsStackView.isHidden = accountViewModel.fields.isEmpty && accountViewModel.identityProofs.isEmpty
let noteFont = UIFont.preferredFont(forTextStyle: .callout)
let mutableNote = NSMutableAttributedString(attributedString: accountViewModel.note)