From da862ebbb65781b2b726bce84703339addb737d6 Mon Sep 17 00:00:00 2001 From: mr0x50 <24775431+mroxso@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:28:23 +0100 Subject: [PATCH] load profile data for each QuickViewKind20NoteCard to load profile name in QuickView --- lumina/components/QuickViewKind20NoteCard.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lumina/components/QuickViewKind20NoteCard.tsx b/lumina/components/QuickViewKind20NoteCard.tsx index 7295fc5..7629a3f 100644 --- a/lumina/components/QuickViewKind20NoteCard.tsx +++ b/lumina/components/QuickViewKind20NoteCard.tsx @@ -28,6 +28,10 @@ const QuickViewKind20NoteCard: React.FC = ({ pubke const { width, height } = extractDimensions(event); + const {data, isLoading} = useProfile({ + pubkey, + }); + const card = (