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 (
-
+