fix: list collapse storage

This commit is contained in:
Peace
2023-06-03 20:54:52 +02:00
parent 56f448bfe5
commit 6c2948d2de

View File

@@ -133,7 +133,7 @@ export default {
}
let storageObject = JSON.parse(storage);
if (storageObject[`monitor_${this.monitor.id}`] === null) {
if (storageObject[`monitor_${this.monitor.id}`] == null) {
return;
}