From e9369f855412d9d1dae09e7d41d7d2f8bf49f4fa Mon Sep 17 00:00:00 2001 From: Davinci Date: Thu, 16 May 2024 09:13:47 +0200 Subject: [PATCH] chore: typo --- src/pages/verify/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = '-'