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);
|
window.scroll(0, 0);
|
||||||
logAnalytics();
|
logAnalytics();
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
}, [props.location.pathname, user]);
|
}, [props.location.pathname]);
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header setNavOpen={setNavOpen} />
|
<Header setNavOpen={setNavOpen} />
|
||||||
|
|
Loading…
Reference in New Issue