You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(swap): always show balance line when connected
Previous gate (\`balance.value > 0n\`) hid the line entirely whenever the
user had zero of the displayed token, which made the feature look
broken — there was no signal that a balance lookup was even happening.
Now the line is shown whenever a wallet is connected and renders in
three states: loading (\"…\"), zero ("0"), and non-zero (formatted). The
MAX button still only appears when the balance is actually > 0.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments