Skip to content

Commit c69332b

Browse files
committed
temp remove google tag manager
1 parent cb41d5b commit c69332b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/features/analytics/components/ab-testing-script/ab-testing-script.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const dataLayerInfo = {
88

99
export const AbTestingScriptComponent: React.FC = () => {
1010
useEffect(() => {
11+
console.log("AB TESTING SCRIPT!")
1112
if (typeof window === "undefined") {
1213
return;
1314
}

src/features/common/components/shell/shell.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
113113
process.env.NEXT_PUBLIC_IS_PROD &&
114114
GTM_ID && (
115115
<>
116-
<GoogleTagManager gtmId={GTM_ID} />
116+
{/* <GoogleTagManager gtmId={GTM_ID} /> */}
117117
<AbTestingScriptComponent />
118118
</>
119119
)}

0 commit comments

Comments
 (0)