Commit 14b2733f authored by Quentin Hamitouche's avatar Quentin Hamitouche

Fix voting index

parent ac16d9bb
......@@ -33,7 +33,7 @@ const VotingSession = ({
}
setError('');
submitVote(selectedProposal);
submitVote(selectedProposal - 1);
};
const handleDelegateVote = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment