Skip to content

Commit

Permalink
Bump up Voting's @aragon/ui to 1.4.2 (latest), fix typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Jun 26, 2020
1 parent cbf077b commit 548a172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/voting/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@aragon/api": "^2.0.0-beta.9",
"@aragon/api-react": "^2.0.0-beta.9",
"@aragon/ui": "^1.2.1",
"@aragon/ui": "^1.4.2",
"bn.js": "^4.11.8",
"date-fns": "2.0.0-alpha.22",
"onecolor": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/voting/app/src/components/SummaryRows.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function SummaryRow({ color, label, pct, token, youVoted }) {
`}
>
{formatTokenAmount(token.amount, 0, {
symbol: token.symbol
symbol: token.symbol,
})}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aragon/monorepo-apps",
"version": "1.0.0",
"private": true,
"author": "Aragon Assocation <[email protected]>",
"author": "Aragon Association <[email protected]>",
"contributors": [
"Jorge Izquierdo <[email protected]>",
"Pierre Bertet <[email protected]>",
Expand Down

0 comments on commit 548a172

Please sign in to comment.