diff --git a/apps/deploy-web/src/components/layout/CustomGoogleAnalytics.tsx b/apps/deploy-web/src/components/layout/CustomGoogleAnalytics.tsx
index d827360de..aeaccebdf 100644
--- a/apps/deploy-web/src/components/layout/CustomGoogleAnalytics.tsx
+++ b/apps/deploy-web/src/components/layout/CustomGoogleAnalytics.tsx
@@ -14,14 +14,5 @@ export default function GoogleAnalytics() {
});
});
- return (
- <>
- {isProd && (
- <>
-
-
- >
- )}
- >
- );
+ return <>{isProd && }>;
}