Skip to content

Commit

Permalink
Update proposal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Oct 31, 2023
1 parent 956dca1 commit c47fa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/proposal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ export const Proposal: React.FC = () => {
votingSettings.votingMode === VotingMode.VOTE_REPLACEMENT;

const votingDisabled =
(address != null && proposal?.status !== ProposalStatus.ACTIVE) ||
proposal?.status !== ProposalStatus.ACTIVE ||
(isMultisigPlugin && voted) ||
(isTokenVotingPlugin && voted && !canRevote);

Expand Down

0 comments on commit c47fa15

Please sign in to comment.