Explorar o código

fix: sending ga analytics

poeti8 %!s(int64=6) %!d(string=hai) anos
pai
achega
4a3b6b8906
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     }