From 84c91ea34041af4aa27f5ccc16d3bafd089e7c40 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 5 Jan 2026 17:43:47 +0000 Subject: [PATCH] fix: use resolvedPubkey instead of original pubkey in ProfileViewer child components - UserName and Nip05 components now receive resolvedPubkey instead of pubkey - Fixes PROFILE $me windows not updating when account changes - Now properly reactive to account switches - Matches REQ window behavior for $me alias resolution --- src/components/ProfileViewer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProfileViewer.tsx b/src/components/ProfileViewer.tsx index c62a6ba..32d4e25 100644 --- a/src/components/ProfileViewer.tsx +++ b/src/components/ProfileViewer.tsx @@ -292,13 +292,13 @@ export function ProfileViewer({ pubkey }: ProfileViewerProps) {
{/* Display Name */} {/* NIP-05 */} {profile.nip05 && (
- +
)}