bug: embeds in about section

This commit is contained in:
2023-04-04 19:25:11 +01:00
parent dc27f4061d
commit 5d23419220
2 changed files with 10 additions and 1 deletions

View File

@ -107,6 +107,7 @@ export default function ProfilePage() {
content: aboutText,
tags: [],
creator: "",
disableMedia: true,
});
const npub = !id?.startsWith(NostrPrefix.PublicKey) ? hexToBech32(NostrPrefix.PublicKey, id || undefined) : id;