diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 9166b2bc..47456e8d 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -25,7 +25,9 @@ const Layout = () => { const isClientAccountsPopulated = Object.keys(clientAccounts).length > 0; const ifClientAccountHasCurrency = - Object.values(checkClientAccount).some(account => account.currency === currency) || currency === 'demo'; + Object.values(checkClientAccount).some(account => account.currency === currency) || + currency === 'demo' || + currency === ''; console.log('clientAccounts', { currency,