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(() => {
if (!hotjarSiteId || !hotjarVersion) {
console.warn("No hotjar site id or version provided");
return;
}
console.log("Intializing hotjar");