chore: convert hexkey of submitter to npub format
This commit is contained in:
parent
e82023f105
commit
425e7bc653
@ -912,7 +912,9 @@ const DisplayMeta = ({
|
|||||||
<UserComponent
|
<UserComponent
|
||||||
pubkey={submittedBy}
|
pubkey={submittedBy}
|
||||||
name={
|
name={
|
||||||
profile?.display_name || profile?.name || shorten(submittedBy)
|
profile?.display_name ||
|
||||||
|
profile?.name ||
|
||||||
|
shorten(hexToNpub(submittedBy))
|
||||||
}
|
}
|
||||||
image={profile?.picture}
|
image={profile?.picture}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user