diff --git a/ui/components/AccountsNotificationPanel/AccountsNotificationPanelAccounts.tsx b/ui/components/AccountsNotificationPanel/AccountsNotificationPanelAccounts.tsx index 94a0f4f63..e72e521bd 100644 --- a/ui/components/AccountsNotificationPanel/AccountsNotificationPanelAccounts.tsx +++ b/ui/components/AccountsNotificationPanel/AccountsNotificationPanelAccounts.tsx @@ -471,6 +471,10 @@ export default function AccountsNotificationPanelAccounts({ return acc }, {}) + if (accountTypeTotals.length < 1) { + return null + } + return (