Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base: convert online voting power to use bigjs #776

Closed
ryuash opened this issue Mar 8, 2022 · 0 comments · Fixed by #780
Closed

Base: convert online voting power to use bigjs #776

ryuash opened this issue Mar 8, 2022 · 0 comments · Fixed by #780

Comments

@ryuash
Copy link
Contributor

ryuash commented Mar 8, 2022

Otherwise it shows 99.99 when it should be 100. Test this with other networks first

const votingPowerPercent = Big(state.votingPower)
    .div(state.totalVotingPower || 1).times(100);
const classes = useStyles(votingPowerPercent.toString());
{votingPowerPercent.toFixed(2)}%
@ryuash ryuash mentioned this issue Mar 9, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant