mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 17:51:16 +02:00
load profile data for each QuickViewKind20NoteCard to load profile name in QuickView
This commit is contained in:
@@ -28,6 +28,10 @@ const QuickViewKind20NoteCard: React.FC<QuickViewKind20NoteCardProps> = ({ pubke
|
||||
|
||||
const { width, height } = extractDimensions(event);
|
||||
|
||||
const {data, isLoading} = useProfile({
|
||||
pubkey,
|
||||
});
|
||||
|
||||
const card = (
|
||||
<Card>
|
||||
<SmallCardContent>
|
||||
|
||||
Reference in New Issue
Block a user