From 13ad04cde1ada5b72a447e4a1b46c131900c1afd Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Tue, 29 Jul 2025 18:15:50 -0400 Subject: [PATCH] Fixed profile npub --- src/components/app-body/nostr/profile/profile-read.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/app-body/nostr/profile/profile-read.js b/src/components/app-body/nostr/profile/profile-read.js index 1ba25e2..e883ce0 100644 --- a/src/components/app-body/nostr/profile/profile-read.js +++ b/src/components/app-body/nostr/profile/profile-read.js @@ -117,13 +117,13 @@ function ProfileRead (props) {
- {`${bchWalletState.nostrKeyPair.npub.slice(0, 8)}...${bchWalletState.nostrKeyPair.npub.slice(-5)}`} + {`${npub?.slice(0, 8)}...${npub?.slice(-5)}`} - {bchWalletState.nostrKeyPair.npub} + {npub} - +
{/* About Section */}