Browse Source
Merge pull request #418 from meriadec/master
Fix Dashboard page spacing
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/components/DashboardPage/index.js
|
|
@ -111,7 +111,7 @@ class DashboardPage extends PureComponent<Props, State> { |
|
|
|
return ( |
|
|
|
<Box flow={7}> |
|
|
|
{totalAccounts > 0 ? ( |
|
|
|
<Box> |
|
|
|
<Fragment> |
|
|
|
<UpdateNotifier mt={-5} /> |
|
|
|
<Box horizontal alignItems="flex-end"> |
|
|
|
<Box grow> |
|
|
@ -194,7 +194,7 @@ class DashboardPage extends PureComponent<Props, State> { |
|
|
|
withAccount |
|
|
|
/> |
|
|
|
</Fragment> |
|
|
|
</Box> |
|
|
|
</Fragment> |
|
|
|
) : ( |
|
|
|
<EmptyState /> |
|
|
|
)} |
|
|
|