Fix bookcase question
This commit is contained in:
parent
e069b31e4e
commit
e4bbf9a054
2 changed files with 1 additions and 3 deletions
|
@ -136,8 +136,6 @@ export class Widths extends LayerDefinition {
|
|||
}
|
||||
})
|
||||
|
||||
console.log("Not car free: ", this._notCarfree)
|
||||
|
||||
const self = this;
|
||||
this.style = (properties) => {
|
||||
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
"nl": "Dit boekenruilkastje staat buiten"
|
||||
},
|
||||
"if": "indoor=",
|
||||
"hideInAnswers": true
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue