From b95893bb02005e0031961aa4de76a57f80a0b45d Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Tue, 31 Aug 2021 11:20:12 +0100 Subject: [PATCH] update balance page --- tauri-wallet/src/routes/balance.tsx | 2 +- tauri-wallet/src/routes/internal-docs/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri-wallet/src/routes/balance.tsx b/tauri-wallet/src/routes/balance.tsx index d64343c600..8b9eb90534 100644 --- a/tauri-wallet/src/routes/balance.tsx +++ b/tauri-wallet/src/routes/balance.tsx @@ -43,7 +43,7 @@ export const Balance = () => { style={{ padding: theme.spacing(2, 3) }} action={} > - {'The current balance is ' + balance} + {'The current balance is ' + balance?.amount} )} diff --git a/tauri-wallet/src/routes/internal-docs/index.tsx b/tauri-wallet/src/routes/internal-docs/index.tsx index ef2771149e..97554a4ec5 100644 --- a/tauri-wallet/src/routes/internal-docs/index.tsx +++ b/tauri-wallet/src/routes/internal-docs/index.tsx @@ -7,7 +7,7 @@ export const InternalDocs = () => { return ( - +