misc
This commit is contained in:
@@ -217,7 +217,7 @@ export const ConcernementsStore = defineStore({
|
||||
console.log(`openCloseConcernements id: ${id}`);
|
||||
var state;
|
||||
this.concernements.forEach((c, i) => {
|
||||
state = id == c.id;
|
||||
state = id === c.id;
|
||||
this.concernements[i].opened = this.concernementsByID[c.id].opened = state;
|
||||
if (state) {
|
||||
this.opened = c;
|
||||
|
Reference in New Issue
Block a user