fix: list collapse storage

This commit is contained in:
Peace 2023-06-03 20:54:52 +02:00
parent 56f448bfe5
commit 6c2948d2de
No known key found for this signature in database
GPG Key ID: 0EF6B46E172B739F
1 changed files with 1 additions and 1 deletions

View File

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