Skip to content

Commit

Permalink
fix: hydration error on the arena
Browse files Browse the repository at this point in the history
  • Loading branch information
borcherd committed Dec 4, 2024
1 parent 019a7c3 commit 5a17d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-v2-trading/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function MrgnApp({ Component, pageProps, path, bank }: AppProps &
</ConnectionProvider>
)}
<Tutorial />
{process.env.NEXT_PUBLIC_ANALYTICS === "true" && (
{process.env.NEXT_PUBLIC_ANALYTICS === "true" && ready && (
<>
<GoogleAnalytics gaId="G-T5B2WRLKL9" />
<GoogleTagManager gtmId="GTM-WFBC4RZ7" />
Expand Down

0 comments on commit 5a17d7a

Please sign in to comment.