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/AccountPage.js
|
|
@ -66,7 +66,9 @@ class AccountPage extends PureComponent<Props> { |
|
|
|
<Fragment> |
|
|
|
<Box horizontal flow={3}> |
|
|
|
<Box grow> |
|
|
|
<Card title="Balance">{format(accountData.balance)}</Card> |
|
|
|
<Card title="Balance" style={{ height: 415 }}> |
|
|
|
{format(accountData.balance)} |
|
|
|
</Card> |
|
|
|
</Box> |
|
|
|
|
|
|
|
<Box style={{ width: 300 }}> |
|
|
|