diff --git a/packages/app/src/Pages/Profile/ProfilePage.tsx b/packages/app/src/Pages/Profile/ProfilePage.tsx index 96684ca3..fafc9b0c 100644 --- a/packages/app/src/Pages/Profile/ProfilePage.tsx +++ b/packages/app/src/Pages/Profile/ProfilePage.tsx @@ -160,7 +160,6 @@ export default function ProfilePage({ id: propId, state }: ProfilePageProps) { {user?.nip05 && } - {user?.pubkey && } {showBadges && } {showStatus && <>{musicStatus()}} @@ -347,6 +346,7 @@ export default function ProfilePage({ id: propId, state }: ProfilePageProps) {
{username()} {bio()} + {user?.pubkey && }
); }