Skip to content

Commit

Permalink
fix: finalize proposal excection button when proposal reaches its quo…
Browse files Browse the repository at this point in the history
…rumA (#1071)
  • Loading branch information
ChaituVR authored Dec 25, 2024
1 parent c0e2837 commit 4ab66e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/ProposalExecutionsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function downloadExecution(execution: ProposalExecution) {
proposal.executions &&
proposal.executions.length > 0 &&
proposal.scores.length > 0 &&
getProposalCurrentQuorum(proposal.network, proposal) >
getProposalCurrentQuorum(proposal.network, proposal) >=
proposal.quorum &&
toBigIntOrNumber(proposal.scores[0]) >
toBigIntOrNumber(proposal.scores[1]) &&
Expand Down

0 comments on commit 4ab66e0

Please sign in to comment.