Skip to content

Commit 5c5c4c3

Browse files
committed
add ab testing component back
1 parent 7fa8c2a commit 5c5c4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
114114
GTM_ID && (
115115
<>
116116
<GoogleTagManager gtmId={GTM_ID} />
117-
{/* <AbTestingScriptComponent /> */}
117+
<AbTestingScriptComponent />
118118
</>
119119
)}
120120
<ThemeDetectorComponent />

0 commit comments

Comments
 (0)