fix proxiwash update loop
This commit is contained in:
джерело
9e6fee467f
коміт
20d5e790d0
1 змінених файлів з 1 додано та 1 видалено
|
@ -349,7 +349,7 @@ function ProxiwashScreen() {
|
|||
...data.dryers,
|
||||
...data.washers,
|
||||
]);
|
||||
if (cleanedList !== machinesWatched) {
|
||||
if (cleanedList.length !== machinesWatched.length) {
|
||||
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
|
||||
}
|
||||
return [
|
||||
|
|
Завантаження…
Посилання в новій задачі