From a696fde201dcc0931edb9027180f46fc2a62c82b Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 5 Oct 2025 08:06:08 +0200 Subject: [PATCH] fix mobile bug putting reply button back --- src/components/NoteStats/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/NoteStats/index.tsx b/src/components/NoteStats/index.tsx index cd37a93..0bdfe22 100644 --- a/src/components/NoteStats/index.tsx +++ b/src/components/NoteStats/index.tsx @@ -13,7 +13,6 @@ import RepostButton from './RepostButton' import SeenOnButton from './SeenOnButton' import TopZaps from './TopZaps' import ZapButton from './ZapButton' -import VoteButtons from './VoteButtons' export default function NoteStats({ event, @@ -60,7 +59,7 @@ export default function NoteStats({ )} onClick={(e) => e.stopPropagation()} > - {isDiscussion ? : } + {!isDiscussion && } {!isDiscussion && }