mirror of
https://github.com/dergigi/boris.git
synced 2026-02-06 15:44:20 +01:00
- Fix merge logic in useEffect that syncs profileLabels state - Previously was overwriting newly resolved labels when initialLabels changed - Now preserves existing labels and only adds missing ones from initialLabels - This fixes the issue where profileLabels was being reset to 0 after applyPendingUpdates - Add debug logs to track when useEffect sync runs