From 414043804444dba06e2bbd53ae204e7f6722477d Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 13 Nov 2024 16:41:15 +0100 Subject: [PATCH] fix(comments): link to profile from name and npub Closes #117 --- src/components/comment/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/comment/index.tsx b/src/components/comment/index.tsx index c81dd7a..efd2dc6 100644 --- a/src/components/comment/index.tsx +++ b/src/components/comment/index.tsx @@ -356,12 +356,12 @@ const Comment = (props: CommentEvent) => {
- + {profile?.displayName || profile?.name || ''}{' '} - - + + {hexToNpub(props.pubkey)} - +