DigixGlobal / governance-ui-components

Governance UI reusable components library
Other
3 stars 2 forks source link

[HOTFIX] Show approval rate for proposals in the reveal phase #380

Closed mandres-digix closed 4 years ago

mandres-digix commented 4 years ago

The approval rate was not showing because the votingStage being returned was in a lowercase string, while our constants had it in uppercase. This diff makes sure that we use the constants to keep the values consistent.