From d1a2939853b7cb1b8a5376d42c9dfe183d18d025 Mon Sep 17 00:00:00 2001 From: Sam Poder Date: Tue, 21 May 2024 09:02:15 -0700 Subject: [PATCH] Update index.js --- pages/fiscal-sponsorship/directory/index.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pages/fiscal-sponsorship/directory/index.js b/pages/fiscal-sponsorship/directory/index.js index 1fa16483..511021e2 100644 --- a/pages/fiscal-sponsorship/directory/index.js +++ b/pages/fiscal-sponsorship/directory/index.js @@ -48,12 +48,6 @@ badges.__proto__.forOrg = function (org) { } export const tags = [ - { - label: 'Climate', - id: 'Climate', - color: '#1eb36d', - match: org => true - }, { label: 'Nonprofit', id: 'Nonprofit', @@ -258,10 +252,6 @@ export default function Directory({ rawOrganizations, pageRegion }) { const [offset, setOffset] = useState(0) // const [region, setRegion] = useState(pageRegion); const region = pageRegion - - // useEffect(() => { - // // history.pushState(null, null, `/fiscal-sponsorship/climate/organizations-in-${region.toLowerCase().split(' ').join('-')}`); - // }, [region]); const [modalOrganization, setModalOrganization] = useState(null) useEffect(() => {