update balance page
This commit is contained in:
@@ -43,7 +43,7 @@ export const Balance = () => {
|
||||
style={{ padding: theme.spacing(2, 3) }}
|
||||
action={<RefreshAction />}
|
||||
>
|
||||
{'The current balance is ' + balance}
|
||||
{'The current balance is ' + balance?.amount}
|
||||
</Alert>
|
||||
)}
|
||||
</Grid>
|
||||
|
||||
@@ -7,7 +7,7 @@ export const InternalDocs = () => {
|
||||
return (
|
||||
<Page>
|
||||
<Layout>
|
||||
<NymCard title="Docs" subheader="Internal API docs" noPadding>
|
||||
<NymCard title="Docs" subheader="Internal API docs">
|
||||
<ApiList />
|
||||
</NymCard>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user