From 74c5c388e407ce3c274ba4d699508f72ad3e1f43 Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 20 May 2024 15:55:39 +0200 Subject: [PATCH] Redeploy prod for new hotjar key --- src/pages/_app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index c2205983..8906aabf 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -68,6 +68,7 @@ const MyApp = (({ useEffect(() => { if (!hotjarSiteId || !hotjarVersion) { console.warn("No hotjar site id or version provided"); + return; } console.log("Intializing hotjar");