forked from vergnet/application-amicale
fix proxiwash update loop
This commit is contained in:
parent
9e6fee467f
commit
20d5e790d0
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ function ProxiwashScreen() {
|
||||||
...data.dryers,
|
...data.dryers,
|
||||||
...data.washers,
|
...data.washers,
|
||||||
]);
|
]);
|
||||||
if (cleanedList !== machinesWatched) {
|
if (cleanedList.length !== machinesWatched.length) {
|
||||||
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
|
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
|
||||||
}
|
}
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in a new issue