New Release #98

Merged
b merged 15 commits from staging into main 2024-05-31 14:48:44 +00:00
Showing only changes of commit 425e7bc653 - Show all commits

View File

@ -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}
/>