Remove finalize vote (#80)
This commit is contained in:
parent
1374663cac
commit
6d28e1fae9
|
@ -87,7 +87,7 @@ export function Proposal({ wakuVoting, account }: ProposalProps) {
|
||||||
)}
|
)}
|
||||||
</ProposalVotesWrapper>
|
</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>
|
</ProposalWrapper>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -76,7 +76,7 @@ export function ProposalVote({ votingRoom, theme, availableAmount, hideModalFunc
|
||||||
|
|
||||||
<CardButtons>
|
<CardButtons>
|
||||||
{votingRoom.voteWinner ? (
|
{votingRoom.voteWinner ? (
|
||||||
<FinalBtn disabled={!account}>Finalize the vote</FinalBtn>
|
<></>
|
||||||
) : (
|
) : (
|
||||||
<VotesBtns>
|
<VotesBtns>
|
||||||
<VoteBtnAgainst
|
<VoteBtnAgainst
|
||||||
|
|
|
@ -44,7 +44,7 @@ export function ProposalVoteMobile({ wakuVoting, availableAmount }: ProposalVote
|
||||||
|
|
||||||
<CardButtons>
|
<CardButtons>
|
||||||
{voteWinner ? (
|
{voteWinner ? (
|
||||||
<FinalBtn disabled={!account}>Finalize the vote</FinalBtn>
|
<></>
|
||||||
) : (
|
) : (
|
||||||
<VotesBtns>
|
<VotesBtns>
|
||||||
<VoteBtnAgainst
|
<VoteBtnAgainst
|
||||||
|
|
Loading…
Reference in New Issue