From 9c554da2da29da57511ed3d4a2f27decd14682d2 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 12 Oct 2025 15:16:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=92=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProfileOptions/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/ProfileOptions/index.tsx b/src/components/ProfileOptions/index.tsx index 9004d4d2..205576ce 100644 --- a/src/components/ProfileOptions/index.tsx +++ b/src/components/ProfileOptions/index.tsx @@ -28,9 +28,7 @@ export default function ProfileOptions({ pubkey }: { pubkey: string }) { - navigator.clipboard.writeText('nostr:' + pubkeyToNpub(pubkey))} - > + navigator.clipboard.writeText(pubkeyToNpub(pubkey) ?? '')}> {t('Copy user ID')}