GPT-5 finding
Sidebar wallet error state silently shows a $0.00 placeholder instead of surfacing the failure
- desktop/renderer/src/components/wallet/WalletSidebarPanel.tsx
When an error occurs, the component renders a fixed $0.00 USDC row and hides the failure. This can mislead users into thinking there is a valid zero balance rather than a load error.
Recommendation
Render an explicit error state (e.g., an error message with a retry button) or preserve previously known balances instead of showing a $0.00 placeholder.