forked from MapComplete/MapComplete
Fix test
This commit is contained in:
parent
f82eefc3ae
commit
6f59b09c11
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ExpandFilter extends DesugaringStep<LayerConfigJson> {
|
||||||
|
|
||||||
for (let i = 0; i < json.tagRenderings?.length; i++){
|
for (let i = 0; i < json.tagRenderings?.length; i++){
|
||||||
const tagRendering = <TagRenderingConfigJson> json.tagRenderings[i]
|
const tagRendering = <TagRenderingConfigJson> json.tagRenderings[i]
|
||||||
if(!tagRendering.filter){
|
if(!tagRendering?.filter){
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
for (const filterName of tagRendering.filter ?? []) {
|
for (const filterName of tagRendering.filter ?? []) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue