issue-38 #62

Closed
y wants to merge 48 commits from issue-38 into main
Showing only changes of commit 05e8a5dc4b - Show all commits

View File

@ -718,7 +718,8 @@ const DisplayMeta = ({ meta, nextSigner }: DisplayMetaProps) => {
<TableBody>
{users.map((user, index) => {
const userMeta = metadata[user.pubkey]
const roboUrl = getRoboHashPicture(user.pubkey)
const npub = hexToNpub(user.pubkey)
const roboUrl = getRoboHashPicture(npub)
let signedStatus = '-'