Fix FollowUserView not allowing profile tapping

This commit is contained in:
Scott Penrose
2023-06-14 11:35:03 -04:00
committed by William Casarin
parent a76ddea7da
commit 58a707685c
9 changed files with 28 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ struct SearchHomeView: View {
var SearchContent: some View {
SearchResultsView(damus_state: damus_state, search: $search)
.environmentObject(navigationCoordinator)
.refreshable {
// Fetch new information by unsubscribing and resubscribing to the relay
model.unsubscribe()