meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
2 additions and
2 deletions
-
src/components/BalanceSummary/index.js
-
src/components/base/Chart/Tooltip.js
|
|
@ -91,7 +91,7 @@ const BalanceSummary = ({ |
|
|
|
val={d.value} |
|
|
|
/> |
|
|
|
<Box ff="Open Sans|Regular" color="grey" fontSize={3} mt={2}> |
|
|
|
{moment(d.date).format('L')} |
|
|
|
{moment(d.date).format('LL')} |
|
|
|
</Box> |
|
|
|
</Fragment> |
|
|
|
) |
|
|
|
|
|
@ -69,7 +69,7 @@ const Tooltip = ({ |
|
|
|
/> |
|
|
|
)} |
|
|
|
<Box ff="Open Sans|Regular" color="grey" fontSize={3} mt={2}> |
|
|
|
{moment(item.date).format('L')} |
|
|
|
{moment(item.date).format('LL')} |
|
|
|
</Box> |
|
|
|
</Fragment> |
|
|
|
)} |
|
|
|