committed by
William Casarin
parent
9766653969
commit
d982bb886e
@@ -138,7 +138,7 @@ struct EventProfileName: View {
|
|||||||
+ Text(real_name.isEmpty ? "" : " ")
|
+ Text(real_name.isEmpty ? "" : " ")
|
||||||
|
|
||||||
+ Text(verbatim: "@\(display_name ?? Profile.displayName(profile: profile, pubkey: pubkey))")
|
+ Text(verbatim: "@\(display_name ?? Profile.displayName(profile: profile, pubkey: pubkey))")
|
||||||
.foregroundColor(Color("DamusMediumGrey"))
|
.foregroundColor(.gray)
|
||||||
.font(eventviewsize_to_font(size))
|
.font(eventviewsize_to_font(size))
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user