forked from MapComplete/MapComplete
Fix: fix filters in statistics.html
This commit is contained in:
parent
fb3bf98f19
commit
5048da58e7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
let layer: LayerConfig = filteredLayer.layerDef
|
||||
let isDisplayed: UIEventSource<boolean> = filteredLayer.isDisplayed
|
||||
|
||||
let isDebugging = state.featureSwitches.featureSwitchIsDebugging
|
||||
let isDebugging = state?.featureSwitches?.featureSwitchIsDebugging ?? new ImmutableStore(false)
|
||||
|
||||
/**
|
||||
* Gets a UIEventSource as boolean for the given option, to be used with a checkbox
|
||||
|
|
Loading…
Reference in a new issue