GPT-5 finding
Error path in WalletSidebarPanel displays a hardcoded USDC $0.00 balance, hiding the failure
mediumbughigh
- desktop/renderer/src/components/wallet/WalletSidebarPanel.tsx:136-141
When error is set, the panel renders a static USDC $0.00 row instead of showing the error or an explicit failure state. This misleads users into thinking the balance is zero rather than unavailable.
Recommendation
Display an explicit error message or "Balance unavailable" state when error is present. Avoid rendering a 0.00 value unless it is confirmed.