We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69332b commit 8e01d07Copy full SHA for 8e01d07
1 file changed
src/features/common/components/shell/shell.component.tsx
@@ -113,8 +113,8 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
113
process.env.NEXT_PUBLIC_IS_PROD &&
114
GTM_ID && (
115
<>
116
- {/* <GoogleTagManager gtmId={GTM_ID} /> */}
117
- <AbTestingScriptComponent />
+ <GoogleTagManager gtmId={GTM_ID} />
+ {/* <AbTestingScriptComponent /> */}
118
</>
119
)}
120
<ThemeDetectorComponent />
0 commit comments