Remove finalize vote (#80)
This commit is contained in:
parent
1374663cac
commit
6d28e1fae9
|
@ -87,7 +87,7 @@ export function Proposal({ wakuVoting, account }: ProposalProps) {
|
|||
)}
|
||||
</ProposalVotesWrapper>
|
||||
|
||||
<NotificationItem text={'Proposal you finalized will be settled after 10 confirmations.'} address={'#'} />
|
||||
{/* <NotificationItem text={'Proposal you finalized will be settled after 10 confirmations.'} address={'#'} /> */}
|
||||
</ProposalWrapper>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -76,7 +76,7 @@ export function ProposalVote({ votingRoom, theme, availableAmount, hideModalFunc
|
|||
|
||||
<CardButtons>
|
||||
{votingRoom.voteWinner ? (
|
||||
<FinalBtn disabled={!account}>Finalize the vote</FinalBtn>
|
||||
<></>
|
||||
) : (
|
||||
<VotesBtns>
|
||||
<VoteBtnAgainst
|
||||
|
|
|
@ -44,7 +44,7 @@ export function ProposalVoteMobile({ wakuVoting, availableAmount }: ProposalVote
|
|||
|
||||
<CardButtons>
|
||||
{voteWinner ? (
|
||||
<FinalBtn disabled={!account}>Finalize the vote</FinalBtn>
|
||||
<></>
|
||||
) : (
|
||||
<VotesBtns>
|
||||
<VoteBtnAgainst
|
||||
|
|
Loading…
Reference in New Issue