Skip to content

Commit

Permalink
added closing paren (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanprozzi authored Sep 16, 2022
1 parent d316f4a commit 43943b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core-app/src/components/proposalCards/GracePeriod.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const GracePeriod = ({
userVoteData &&
`You voted ${userVoteData.approved ? 'Yes' : 'No'} (${formatShares(
userVoteData.balance
)}`;
)})`;

return (
<ActionTemplate
Expand Down

0 comments on commit 43943b7

Please sign in to comment.