From 4f7efca02d47cb0baed3136f1020286c2e5e94e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 15 Jun 2018 16:32:11 +0200 Subject: [PATCH] Make UpdateNotifier to appear even if no accounts also switch the 2 buttons --- src/components/DashboardPage/EmptyState.js | 6 +++--- src/components/DashboardPage/index.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ? ( -