From e8441866334009879bfc5e85a5c02aa284e1b2d4 Mon Sep 17 00:00:00 2001 From: richardo2016x Date: Tue, 7 May 2024 18:55:09 +0800 Subject: [PATCH] fix: show zero balance. --- .../Dashboard/components/BalanceView/BalanceView.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/ui/views/Dashboard/components/BalanceView/BalanceView.tsx b/src/ui/views/Dashboard/components/BalanceView/BalanceView.tsx index 9d8c9cd3bf5..7460cb83e17 100644 --- a/src/ui/views/Dashboard/components/BalanceView/BalanceView.tsx +++ b/src/ui/views/Dashboard/components/BalanceView/BalanceView.tsx @@ -359,12 +359,10 @@ const BalanceView = ({ {shouldShowBalanceLoading ? ( ) : ( - !!currentBalance && ( - - ) + )}