Skip to content

Commit

Permalink
ACB changes pushing in to main
Browse files Browse the repository at this point in the history
  • Loading branch information
komalahire committed Dec 8, 2023
1 parent 707a617 commit f2df70e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function Home() {
const roles = useSelector(selectRolesData);
const history = useHistory();


useEffect(() => {
const urlParams = new URLSearchParams(window.location.search);
const studentAuthParam = urlParams.get("studentAuth");
Expand Down Expand Up @@ -70,7 +69,6 @@ function Home() {
}
}, []);


useEffect(() => {
dispatch(pathwayActions.getPathways());
}, [dispatch]);
Expand Down Expand Up @@ -344,7 +342,6 @@ function Home() {
</Container>

{/* Section 5 */}

<Container maxWidth="lg" sx={{ marginTop: "64px" }}>
<Typography variant="h5" textAlign="center" marginBottom="32px">
Hear from our Users
Expand Down

0 comments on commit f2df70e

Please sign in to comment.