Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Jun 8, 2022
1 parent 37aa9cb commit c0caecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Proposals/CastVote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function CastVote({ proposal }: { proposal: ProposalData }) {
const [voteButtonString, setVoteButtonString] = useState<string>();
const [pending, setPending] = useState<boolean>(false);
const test = 'test';
const test2 = 'test';
useEffect(() => {
if (proposal.state !== ProposalState.Active) {
setVoteButtonString('Voting Closed');
Expand Down

0 comments on commit c0caecb

Please sign in to comment.