diff --git a/apps/poll/src/Choices.tsx b/apps/poll/src/Choices.tsx index 8be2e224..5c0798f3 100644 --- a/apps/poll/src/Choices.tsx +++ b/apps/poll/src/Choices.tsx @@ -51,14 +51,6 @@ export const Choices = () => { const handleVote = async (choiceId: string) => { console.log('alreadyVoted: ', alreadyVoted); console.log('address: ', address); - if (alreadyVoted) { - toast({ - title: 'You have already voted', - status: 'warning', - duration: 2000, - }); - return; - } if (!address) { toast({