Skip to content

Commit

Permalink
feat: [ui/Governance]: update display pct (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Jul 22, 2024
2 parents 36b8574 + c5bf9c2 commit 0204c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/components/Governance/Actions/Vote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const VoteForm: FC<
<>
~{displayFullBN(totalForQuorum, 0)}{' '}
{isNFT ? 'BEANFT' : 'STALK'}&nbsp;·&nbsp;
{(quorumPct * 100).toFixed(0)}%
{(quorumPct * 100).toFixed(1)}%
</>
)}
</StatHorizontal>
Expand Down

0 comments on commit 0204c71

Please sign in to comment.