mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Update index.js
This commit is contained in:
parent
e93acc0a18
commit
d1a2939853
1 changed files with 0 additions and 10 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue