From 554caebb91f0d40a1c85bd45a4d9186fef3b2fb1 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sat, 6 May 2023 21:40:39 +0700 Subject: [PATCH] minor fixes --- src/app/note/components/base.tsx | 2 +- src/app/note/components/metadata.tsx | 2 +- src/app/note/components/parent.tsx | 3 ++- src/app/note/components/quoteRepost.tsx | 3 ++- src/app/note/components/rootNote.tsx | 4 ++-- src/app/note/components/user/default.tsx | 4 ++-- src/app/note/components/user/reply.tsx | 4 ++-- src/app/note/components/user/repost.tsx | 4 ++-- 8 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/note/components/base.tsx b/src/app/note/components/base.tsx index de607f25..1a9738de 100644 --- a/src/app/note/components/base.tsx +++ b/src/app/note/components/base.tsx @@ -20,7 +20,7 @@ export default function NoteBase({ event }: { event: any }) { return (