forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
420f24f76f
commit
809c0a1ddf
3 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ export default class FilteringFeatureSource implements FeatureSourceForLayer, Ti
|
|||
}
|
||||
}
|
||||
|
||||
for (const filter of (globalFilters ?? [])) {
|
||||
for (const filter of globalFilters ?? []) {
|
||||
const neededTags: TagsFilter = filter?.currentFilter
|
||||
if (
|
||||
neededTags !== undefined &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue