Skip to content

Commit

Permalink
chore: initial rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
simonheys committed Mar 27, 2023
1 parent 0bb7a74 commit 283056c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const BalanceChangeOverview: FC<BalanceChangeOverviewProps> = ({
{isMainnet && !!usdValue && !usdValue.isZero() && (
<L2 color="neutrals.300">
{prettifyCurrencyValue(
usdValue.abs().toFixed(),
usdValue.abs().toString(),
)}
</L2>
)}
Expand Down

0 comments on commit 283056c

Please sign in to comment.