Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed May 10, 2024
1 parent 3c4f49b commit 492614a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ function ChplOncOrganizations() {
const userQuery = useFetchUsersAtAcb(orgs.find((org) => org.id === activeId), orgType);
const roles = ['chpl-onc-acb'];
const classes = useStyles();
const organization =

useEffect(() => {
const organization = useEffect(() => {
setOrgType(window.location.href.includes('onc-acbs') ? 'acb' : 'atl');
}, []);

Expand Down

0 comments on commit 492614a

Please sign in to comment.