remove npub copy from profile (still in qr view)

This commit is contained in:
Martti Malmi 2023-11-29 13:26:49 +02:00
parent 3a07e2abee
commit 61e93bd194

View File

@ -205,7 +205,6 @@ export default function ProfilePage({ id: propId, state }: ProfilePageProps) {
{showBadges && <BadgeList badges={badges} />}
{showStatus && <>{musicStatus()}</>}
<div className="link-section">
<Copy text={npub} />
{links()}
</div>
</>