diff --git a/compendium-frontend/src/helpers/FilterSelectionProvider.tsx b/compendium-frontend/src/helpers/FilterSelectionProvider.tsx index c1ec0a760d1208fd951c024ac9665d40cd4bef4d..41f80a2e3b6afe74ad359853150dd2953ae74327 100644 --- a/compendium-frontend/src/helpers/FilterSelectionProvider.tsx +++ b/compendium-frontend/src/helpers/FilterSelectionProvider.tsx @@ -7,7 +7,7 @@ interface Props { const FilterSelectionContext = createContext<{ filterSelection: FilterSelection; - setFilterSelection: Dispatch<SetStateAction<FilterSelection>>; // (filterSelection: FilterSelection) => void; + setFilterSelection: Dispatch<SetStateAction<FilterSelection>>; }>({ filterSelection: { selectedYears: [], selectedNrens: [] }, setFilterSelection: () => { }