From 35fe5b6a6e2af92f713885f1858c1ed4f98be14a Mon Sep 17 00:00:00 2001 From: Simao Rodrigues Date: Mon, 13 Nov 2023 11:57:44 +0000 Subject: [PATCH] Remove commented out comment + add note for revision --- .../data-tool/content/details/tables/global-regional/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/containers/data-tool/content/details/tables/global-regional/index.tsx b/frontend/src/containers/data-tool/content/details/tables/global-regional/index.tsx index a3758010..420adc32 100644 --- a/frontend/src/containers/data-tool/content/details/tables/global-regional/index.tsx +++ b/frontend/src/containers/data-tool/content/details/tables/global-regional/index.tsx @@ -14,6 +14,7 @@ const GlobalRegionalTable: React.FC = () => { const location = useAtomValue(locationAtom); const [filters, setFilters] = useState({ + // ! This shouldn't be hardcoded. The setup needs to be able to work the same without any default filters here. locationType: ['country', 'worldwide', 'highseas', 'region'], }); @@ -22,7 +23,6 @@ const GlobalRegionalTable: React.FC = () => { }; const columns = useColumns({ filters, onFiltersChange: handleOnFiltersChange }); - // console.log(columns); // Get worldwide data in order to calculate contributions per location const { data: globalData }: { data: LocationListResponseDataItem[] } = useGetLocations(