diff --git a/src/App.tsx b/src/App.tsx index 149fc59..5dd7ec4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -49,7 +49,7 @@ function App(props: RouteComponentProps) { window.scroll(0, 0); logAnalytics(); // eslint-disable-next-line - }, [props.location.pathname, user]); + }, [props.location.pathname]); return ( <>