Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 23, 2024
1 parent 30fa18d commit e087af5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Proposals/ProposalInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export function ProposalInfo({
<ProposalStateBox state={proposal.state} />
{isSnapshotProposal && (
<>
<SnapshotButton snapshotENS={`https://snapshot.org/#${daoSnapshotENS}/proposal/${proposal.proposalId}`}/>
<SnapshotButton
snapshotENS={`https://snapshot.org/#${daoSnapshotENS}/proposal/${proposal.proposalId}`}
/>
{(proposal as ExtendedSnapshotProposal).privacy === 'shutter' && (
<Button
as={Link}
Expand Down

0 comments on commit e087af5

Please sign in to comment.