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 */}