From 6d28e1fae99bae8344c8ae4535e97280abc8b1de Mon Sep 17 00:00:00 2001
From: Szymon Szlachtowicz <38212223+Szymx95@users.noreply.github.com>
Date: Tue, 21 Sep 2021 11:24:12 +0200
Subject: [PATCH] Remove finalize vote (#80)
---
packages/proposal-components/src/components/Proposal.tsx | 2 +-
.../src/components/ProposalVoteCard/ProposalVote.tsx | 2 +-
.../src/components/mobile/ProposalVoteMobile.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/proposal-components/src/components/Proposal.tsx b/packages/proposal-components/src/components/Proposal.tsx
index 7284f03..fa7f57f 100644
--- a/packages/proposal-components/src/components/Proposal.tsx
+++ b/packages/proposal-components/src/components/Proposal.tsx
@@ -87,7 +87,7 @@ export function Proposal({ wakuVoting, account }: ProposalProps) {
)}
-
+ {/* */}
)
}
diff --git a/packages/proposal-components/src/components/ProposalVoteCard/ProposalVote.tsx b/packages/proposal-components/src/components/ProposalVoteCard/ProposalVote.tsx
index 291aeda..26cf631 100644
--- a/packages/proposal-components/src/components/ProposalVoteCard/ProposalVote.tsx
+++ b/packages/proposal-components/src/components/ProposalVoteCard/ProposalVote.tsx
@@ -76,7 +76,7 @@ export function ProposalVote({ votingRoom, theme, availableAmount, hideModalFunc
{votingRoom.voteWinner ? (
- Finalize the vote
+ <>>
) : (
{voteWinner ? (
- Finalize the vote
+ <>>
) : (