Skip to content

Commit

Permalink
fix(console): update CustomGoogleAnalytics.tsx (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: dharamveergit <[email protected]>
  • Loading branch information
Hooman Digital and dharamveergit authored Aug 6, 2024
1 parent 3b8279d commit 48d855b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions apps/deploy-web/src/components/layout/CustomGoogleAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ export default function GoogleAnalytics() {
});
});

return (
<>
{isProd && (
<>
<GAnalytics trackPageViews gaMeasurementId="G-NLQMNEXEPD" key={"G-NLQMNEXEPD"} />
<GAnalytics trackPageViews gaMeasurementId="G-LFRGN2J2RV" key={"G-LFRGN2J2RV"} />
</>
)}
</>
);
return <>{isProd && <GAnalytics trackPageViews />}</>;
}

0 comments on commit 48d855b

Please sign in to comment.