diff --git a/frontend/app/components/Session/WebPlayer.tsx b/frontend/app/components/Session/WebPlayer.tsx index ab0cef8fb..336998322 100644 --- a/frontend/app/components/Session/WebPlayer.tsx +++ b/frontend/app/components/Session/WebPlayer.tsx @@ -72,7 +72,6 @@ function WebPlayer(props: any) { }, [searchStore.instance.filters]); React.useEffect(() => { - openedAt.current = Date.now(); const handleActivation = () => { if (!document.hidden) { setWindowActive(true);