fix proxiwash update loop
Tento commit je obsažen v:
rodič
9e6fee467f
revize
20d5e790d0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
|
|
@ -349,7 +349,7 @@ function ProxiwashScreen() {
|
|||
...data.dryers,
|
||||
...data.washers,
|
||||
]);
|
||||
if (cleanedList !== machinesWatched) {
|
||||
if (cleanedList.length !== machinesWatched.length) {
|
||||
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
|
||||
}
|
||||
return [
|
||||
|
|
|
|||
Načítání…
Odkázat v novém problému