diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index 9a884d3..b7900d4 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -718,7 +718,8 @@ const DisplayMeta = ({ meta, nextSigner }: DisplayMetaProps) => { {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 = '-'