meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
3 additions and
1 deletions
-
src/components/DashboardPage/index.js
|
|
@ -140,7 +140,9 @@ class DashboardPage extends PureComponent<Props, State> { |
|
|
|
{totalAccounts > 0 && ( |
|
|
|
<Fragment> |
|
|
|
<Card flow={3} p={0} py={6}> |
|
|
|
<BalanceInfos since={selectedTime} /> |
|
|
|
<Box px={6}> |
|
|
|
<BalanceInfos since={selectedTime} /> |
|
|
|
</Box> |
|
|
|
<Box ff="Open Sans" fontSize={4} color="warmGrey"> |
|
|
|
<AreaChart |
|
|
|
id="dashboard-chart" |
|
|
|