Small fix

This commit is contained in:
Pieter Vander Vennet 2021-07-27 20:29:34 +02:00
parent 36b455fbf8
commit 1b5737a06c
3 changed files with 369 additions and 124 deletions

View file

@ -372,7 +372,7 @@ export class InitUiElements {
);
const filterView = new FilterView(State.state.FilterIsOpened).SetClass(
const filterView = new FilterView(State.state.filteredLayers).SetClass(
"block p-1 rounded-full"
);