Skip to content

Commit 8e01d07

Browse files
committed
temp remove ab testing
1 parent c69332b commit 8e01d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
113113
process.env.NEXT_PUBLIC_IS_PROD &&
114114
GTM_ID && (
115115
<>
116-
{/* <GoogleTagManager gtmId={GTM_ID} /> */}
117-
<AbTestingScriptComponent />
116+
<GoogleTagManager gtmId={GTM_ID} />
117+
{/* <AbTestingScriptComponent /> */}
118118
</>
119119
)}
120120
<ThemeDetectorComponent />

0 commit comments

Comments
 (0)