Quellcode durchsuchen

fix: sending ga analytics

poeti8 vor 6 Jahren
Ursprung
Commit
4a3b6b8906
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      client/pages/_app.tsx

+ 1 - 1
client/pages/_app.tsx

@@ -51,7 +51,7 @@ class MyApp extends App<any> {
       });
     }
 
-    if (!isProd) {
+    if (isProd) {
       initGA();
     }