From 8b1d3c332cbc171c4c89f1ce691de91fb2473159 Mon Sep 17 00:00:00 2001 From: Remco Tukker <remco.tukker@geant.org> Date: Thu, 17 Aug 2023 13:01:28 +0200 Subject: [PATCH] remove leftover comment --- compendium-frontend/src/helpers/FilterSelectionProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compendium-frontend/src/helpers/FilterSelectionProvider.tsx b/compendium-frontend/src/helpers/FilterSelectionProvider.tsx index c1ec0a76..41f80a2e 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: () => { } -- GitLab