Skip to content

Commit

Permalink
force new proposal binary (#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun authored Nov 7, 2023
1 parent eaae88f commit 244d3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/KyberDAO/Vote/ProposalItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const VoteButton = ({
)
}

const FORCED_TO_BINARY_OPTION_PROPOSALS = [14, 15, 17, 18, 19]
const FORCED_TO_BINARY_OPTION_PROPOSALS = [14, 15, 17, 18, 19, 20]

function ProposalItem({
proposal,
Expand Down

0 comments on commit 244d3d6

Please sign in to comment.