Preview profile name

Closes: #663
This commit is contained in:
percy-g2
2023-03-05 15:25:07 -05:00
committed by William Casarin
parent 10c9e8ddbc
commit efc50f5b18
+6
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)
}
}