diff --git a/tauri-wallet/src/components/NavigationCards.tsx b/tauri-wallet/src/components/NavigationCards.tsx index 82e993eb92..05fa151c5e 100644 --- a/tauri-wallet/src/components/NavigationCards.tsx +++ b/tauri-wallet/src/components/NavigationCards.tsx @@ -43,7 +43,7 @@ export const BalanceCard = () => { {getBalance.error} ) : ( - + {getBalance.balance?.printable_balance} )} diff --git a/tauri-wallet/src/components/NymCard.tsx b/tauri-wallet/src/components/NymCard.tsx index c77fe38359..162610b15b 100644 --- a/tauri-wallet/src/components/NymCard.tsx +++ b/tauri-wallet/src/components/NymCard.tsx @@ -13,6 +13,7 @@ export const NymCard: React.FC<{ { }} >