From be90289c07d541420b21b7d738b74de147beaf2e Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 30 Jan 2022 00:26:38 +0400 Subject: [PATCH] try to fix overactive analytics? --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <>