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 [