diff --git a/src/ui/views/Dashboard/components/BalanceView.tsx b/src/ui/views/Dashboard/components/BalanceView.tsx index 26400b570f2..db15da52e37 100644 --- a/src/ui/views/Dashboard/components/BalanceView.tsx +++ b/src/ui/views/Dashboard/components/BalanceView.tsx @@ -36,7 +36,7 @@ const BalanceView = ({ currentAccount }) => { const percent = (item.usd_value / totalUSDValue) * 100; return (