diff --git a/src/components/DashboardPage/index.js b/src/components/DashboardPage/index.js index 34b9aef0..3027da19 100644 --- a/src/components/DashboardPage/index.js +++ b/src/components/DashboardPage/index.js @@ -111,7 +111,7 @@ class DashboardPage extends PureComponent { return ( {totalAccounts > 0 ? ( - + @@ -194,7 +194,7 @@ class DashboardPage extends PureComponent { withAccount /> - + ) : ( )}