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(web): sync OfferSelector state on page navigation
Simplify the effect that syncs selector dropdowns with the selected offer.
Previously, tracking lastSyncedOfferId in state caused sync issues when
navigating away and back to the Dashboard - the energy provider would
not appear without a manual page refresh.
Now the selectors are always synchronized when selectedOffer becomes
available, ensuring proper display after page navigation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments