diff --git a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx index 840594effa21..f410d3460419 100644 --- a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx +++ b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx @@ -501,7 +501,7 @@ const AccountSwitcher = props => { const canResetBalance = account => { const account_init_balance = 10000; - return account.is_virtual && (account.balance < account_init_balance || account.balance > account_init_balance); + return account.is_virtual && account.balance !== account_init_balance; }; const checkMultipleSvgAcc = () => {