From c0caecb112611b8205aa07fc3a4ecff197e1363d Mon Sep 17 00:00:00 2001 From: David Colon Date: Wed, 8 Jun 2022 11:16:52 -0400 Subject: [PATCH] test2 --- src/components/Proposals/CastVote.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Proposals/CastVote.tsx b/src/components/Proposals/CastVote.tsx index 91271a75d..b9b9ede3e 100644 --- a/src/components/Proposals/CastVote.tsx +++ b/src/components/Proposals/CastVote.tsx @@ -14,6 +14,7 @@ function CastVote({ proposal }: { proposal: ProposalData }) { const [voteButtonString, setVoteButtonString] = useState(); const [pending, setPending] = useState(false); const test = 'test'; + const test2 = 'test'; useEffect(() => { if (proposal.state !== ProposalState.Active) { setVoteButtonString('Voting Closed');