Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjdk committed Oct 30, 2023
1 parent 5d24305 commit 9b33680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/enterprise/src/pages/proposal/ProposalVoting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const ProposalVoting = () => {
${toPercents(getRatio(total, totalAvailableVotes).toNumber(), undefined, 2)})` : 'Failed to load token info'}
success={(tokenInfo) => {
return `${formatNumber(fromChainAmount(total.toString(), tokenInfo.decimals), { comma: true })}
(${toPercents(getRatio(total, totalAvailableVotes).toNumber(), undefined, 2)}))}`;
(${toPercents(getRatio(total, totalAvailableVotes).toNumber(), undefined, 2)})`;
}}
/>
</Text>
Expand Down

0 comments on commit 9b33680

Please sign in to comment.