diff --git a/src/components/NoteStats/VoteButtons.tsx b/src/components/NoteStats/VoteButtons.tsx index 6cd4d6c..fa7eb7f 100644 --- a/src/components/NoteStats/VoteButtons.tsx +++ b/src/components/NoteStats/VoteButtons.tsx @@ -93,13 +93,13 @@ export default function VoteButtons({ event }: { event: Event }) { vote('down')} - disabled={voting !== null} + disabled={voting !== null || userVote !== null} > - + )