Skip to content

Commit 978c2bd

Browse files
committed
uncomment
1 parent c43bbc6 commit 978c2bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/LandingHome.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export function LandingHome() {
7878
return () => { isMounted = false; };
7979
}, [currentStore, setZMeta, setVariables, setTitleDescription])
8080

81-
// useEffect(()=>{
82-
// sendPing()
83-
// },[])
81+
useEffect(()=>{
82+
sendPing()
83+
},[])
8484

8585
return (
8686
<>

0 commit comments

Comments
 (0)