diff --git a/apps/voting/app/src/components/VotePanelContent.js b/apps/voting/app/src/components/VotePanelContent.js index 2e1e442ac7..c256712ef1 100644 --- a/apps/voting/app/src/components/VotePanelContent.js +++ b/apps/voting/app/src/components/VotePanelContent.js @@ -180,7 +180,7 @@ class VotePanelContent extends React.Component {

- +

{round(quorumProgress * 100, 2)}%{' '} diff --git a/apps/voting/app/src/components/VoteSummary.js b/apps/voting/app/src/components/VoteSummary.js index a50442aefc..1eb98f57e7 100644 --- a/apps/voting/app/src/components/VoteSummary.js +++ b/apps/voting/app/src/components/VoteSummary.js @@ -21,7 +21,7 @@ const VoteSummary = ({ vote, tokenSymbol, tokenDecimals, ready }) => {
- Current votes{' '} + Current support{' '} ({Math.round(supportRequired * 100)}% needed)