Skip to content
Snippets Groups Projects
Commit 8b1d3c33 authored by Remco Tukker's avatar Remco Tukker
Browse files

remove leftover comment

parent 663f4dcd
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ interface Props { ...@@ -7,7 +7,7 @@ interface Props {
const FilterSelectionContext = createContext<{ const FilterSelectionContext = createContext<{
filterSelection: FilterSelection; filterSelection: FilterSelection;
setFilterSelection: Dispatch<SetStateAction<FilterSelection>>; // (filterSelection: FilterSelection) => void; setFilterSelection: Dispatch<SetStateAction<FilterSelection>>;
}>({ }>({
filterSelection: { selectedYears: [], selectedNrens: [] }, filterSelection: { selectedYears: [], selectedNrens: [] },
setFilterSelection: () => { } setFilterSelection: () => { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment