This commit is contained in:
Vins 2024-05-20 15:56:15 +02:00
parent 74c5c388e4
commit 81be6e46f7

View File

@ -68,7 +68,6 @@ const MyApp = (({
useEffect(() => { useEffect(() => {
if (!hotjarSiteId || !hotjarVersion) { if (!hotjarSiteId || !hotjarVersion) {
console.warn("No hotjar site id or version provided"); console.warn("No hotjar site id or version provided");
return; return;
} }
console.log("Intializing hotjar"); console.log("Intializing hotjar");