try to fix overactive analytics?
This commit is contained in:
parent
4f6e43f42c
commit
be90289c07
|
@ -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 (
|
||||
<>
|
||||
<Header setNavOpen={setNavOpen} />
|
||||
|
|
Loading…
Reference in New Issue