Edit button on account page

This commit is contained in:
Thomas
2022-12-23 17:37:21 +01:00
parent dff450282b
commit 749b97e663
3 changed files with 31 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ struct FollowUserView: View {
}
.buttonStyle(PlainButtonStyle())
FollowButtonView(target: target, follow_state: damus_state.contacts.follow_state(target.pubkey))
FollowButtonView(target: target, follow_state: damus_state.contacts.follow_state(target.pubkey), perform: nil)
}
}
}