From fb700b1878ea4f98c4f7f9a7954e417faff572ad Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Mon, 10 Apr 2023 07:46:36 +0700 Subject: [PATCH] fixed comment modal --- src/components/note/meta/comment.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/note/meta/comment.tsx b/src/components/note/meta/comment.tsx index 9c9a6d60..d764e90a 100644 --- a/src/components/note/meta/comment.tsx +++ b/src/components/note/meta/comment.tsx @@ -26,7 +26,7 @@ export const NoteComment = memo(function NoteComment({ count: number; eventID: string; eventPubkey: string; - eventTime: string; + eventTime: number; eventContent: any; }) { const router = useRouter(); @@ -68,8 +68,8 @@ export const NoteComment = memo(function NoteComment({ - - + +
{/* root note */}