diff --git a/pages/_app.tsx b/pages/_app.tsx
index 39428fe1..96bc90fa 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -58,7 +58,11 @@ const GoogleAnalytics: React.FC = () => {
location.reload()
}
}, [isAnalyticsEnabled])
- return null
+ return isAnalyticsInitialized ? (
+