try to fix overactive analytics?

This commit is contained in:
lingdocs 2022-01-30 00:26:38 +04:00
parent 4f6e43f42c
commit be90289c07
1 changed files with 1 additions and 1 deletions

View File

@ -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} />