diff --git a/src/components/DashboardPage/EmptyState.js b/src/components/DashboardPage/EmptyState.js index e71476e8..723c785b 100644 --- a/src/components/DashboardPage/EmptyState.js +++ b/src/components/DashboardPage/EmptyState.js @@ -48,6 +48,9 @@ class EmptyState extends PureComponent { {t('app:emptyState.dashboard.title')} {t('app:emptyState.dashboard.desc')} + - diff --git a/src/components/DashboardPage/index.js b/src/components/DashboardPage/index.js index 5c3b7ee0..9f86a9d4 100644 --- a/src/components/DashboardPage/index.js +++ b/src/components/DashboardPage/index.js @@ -96,9 +96,9 @@ class DashboardPage extends PureComponent { return ( + {totalAccounts > 0 ? ( -