Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
changing useEffect behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Mzaien committed May 31, 2021
1 parent c34d03f commit 1882305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export function Redirects({
shallow: shallow !== undefined ? shallow : false,
}));
}
}, [status]);
}, []);
return null;
}

0 comments on commit 1882305

Please sign in to comment.