diff --git a/src/pages/proposals/[id].tsx b/src/pages/proposals/[id].tsx index 440f4b5b..0a8626a3 100644 --- a/src/pages/proposals/[id].tsx +++ b/src/pages/proposals/[id].tsx @@ -71,7 +71,7 @@ const PageWithProposal = (proposal: PageWithProposal) => { onQueueProposal, } = useVoteOnProposal(proposalId) - const cannotCastVote = !isProposalActive || didUserVoteAlready || !canCreateProposal + const cannotCastVote = !isProposalActive || didUserVoteAlready || !doesUserHasEnoughThreshold const handleVoting = async (vote: Vote) => { try {