Skip to content

Commit

Permalink
chore(dao): hardcode binary option for kip 30
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Jan 16, 2024
1 parent 1c10af4 commit 74c5934
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, 20]
const FORCED_TO_BINARY_OPTION_PROPOSALS = [14, 15, 17, 18, 19, 20, 22]

function ProposalItem({
proposal,
Expand Down

0 comments on commit 74c5934

Please sign in to comment.