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 && }