From f0e7edae7c917ff33f620a0b6d969e2b1eed0faa Mon Sep 17 00:00:00 2001 From: Jeran Date: Mon, 12 Jan 2026 11:30:48 +0100 Subject: [PATCH] bring ping --- src/components/LandingHome.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ( <>