New Release #98
@ -912,7 +912,9 @@ const DisplayMeta = ({
|
||||
<UserComponent
|
||||
pubkey={submittedBy}
|
||||
name={
|
||||
profile?.display_name || profile?.name || shorten(submittedBy)
|
||||
profile?.display_name ||
|
||||
profile?.name ||
|
||||
shorten(hexToNpub(submittedBy))
|
||||
}
|
||||
image={profile?.picture}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user