From 61e93bd194fd31c2290d64a512aada53576ce9e0 Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Wed, 29 Nov 2023 13:26:49 +0200 Subject: [PATCH] remove npub copy from profile (still in qr view) --- packages/app/src/Pages/Profile/ProfilePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/app/src/Pages/Profile/ProfilePage.tsx b/packages/app/src/Pages/Profile/ProfilePage.tsx index c17b31e6..acb7d730 100644 --- a/packages/app/src/Pages/Profile/ProfilePage.tsx +++ b/packages/app/src/Pages/Profile/ProfilePage.tsx @@ -205,7 +205,6 @@ export default function ProfilePage({ id: propId, state }: ProfilePageProps) { {showBadges && } {showStatus && <>{musicStatus()}}
- {links()}