diff --git a/frontend/app/components/shared/Filters/FilterList/FilterList.tsx b/frontend/app/components/shared/Filters/FilterList/FilterList.tsx index f65729781..457ad6eb8 100644 --- a/frontend/app/components/shared/Filters/FilterList/FilterList.tsx +++ b/frontend/app/components/shared/Filters/FilterList/FilterList.tsx @@ -72,12 +72,14 @@ export const FilterList = observer((props: Props) => { excludeCategory={excludeCategory} > @@ -224,12 +226,14 @@ export const EventsList = observer((props: Props) => { excludeCategory={excludeCategory} > )}