chore: typo

This commit is contained in:
Davinci 2024-05-16 09:13:47 +02:00 committed by Yury
parent a2232cd420
commit 05e8a5dc4b

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 = '-'