Fix tap area when mentioning users

Changelog-Fixed: Fix tap area when mentioning users
Closes: #895
This commit is contained in:
OlegAba
2023-04-08 20:12:26 -04:00
committed by William Casarin
parent d4c8c15cc3
commit 8a785559c6
4 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ struct RelayDetailView: View {
if let pubkey = nip11.pubkey {
Section(NSLocalizedString("Admin", comment: "Label to display relay contact user.")) {
UserView(damus_state: state, pubkey: pubkey)
UserViewRow(damus_state: state, pubkey: pubkey)
}
}
Section(NSLocalizedString("Relay", comment: "Label to display relay address.")) {