diff --git a/src/components/LandingHome.tsx b/src/components/LandingHome.tsx index a06c8cd9..a1d75815 100644 --- a/src/components/LandingHome.tsx +++ b/src/components/LandingHome.tsx @@ -80,9 +80,9 @@ export function LandingHome() { return () => { isMounted = false; }; }, [currentStore, setZMeta, setVariables, setTitleDescription]) - // useEffect(()=>{ - // sendPing() - // },[]) + useEffect(()=>{ + sendPing() + },[]) return ( <>