Skip to content

Commit

Permalink
changed reward amount precision
Browse files Browse the repository at this point in the history
  • Loading branch information
isunaslabs committed Dec 30, 2022
1 parent d48e0e9 commit eb3f5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/components/AccountOverview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const AccountOverview = () => {
<div>
{prettifyNumber({
number: BigNumber(item.amount),
precision: 9,
})}{" "}
{selectedNetwork?.ring.symbol}
</div>
Expand Down

0 comments on commit eb3f5b5

Please sign in to comment.