update balance page

This commit is contained in:
fmtabbara
2021-08-31 11:20:12 +01:00
parent 6bdff701b4
commit b95893bb02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>