Preview profile name

Closes: #663
This commit is contained in:
percy-g2
2023-02-21 09:14:41 +05:30
committed by William Casarin
parent 10c9e8ddbc
commit efc50f5b18

View File

@@ -168,3 +168,9 @@ struct EventProfileName: View {
}
}
struct ProfileName_Previews: PreviewProvider {
static var previews: some View {
ProfileName(pubkey:
test_damus_state().pubkey, profile: make_test_profile(), damus: test_damus_state(), show_friend_confirmed: true)
}
}