fix proxiwash update loop

This commit is contained in:
Arnaud Vergnet 2021-05-19 13:00:39 +02:00
джерело 9e6fee467f
коміт 20d5e790d0

@ -349,7 +349,7 @@ function ProxiwashScreen() {
...data.dryers,
...data.washers,
]);
if (cleanedList !== machinesWatched) {
if (cleanedList.length !== machinesWatched.length) {
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
}
return [