We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1e001 commit 70dfaf9Copy full SHA for 70dfaf9
src/features/common/components/shell/shell.component.tsx
@@ -107,9 +107,9 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
107
{/* <OnetrustScriptComponent
108
id={CLIENT_CONFIG.DEVELOPERS_DATA_DOMAIN_ID_ONETRUST}
109
/>
110
- <AdobeAnalyticsScript />
+ <AdobeAnalyticsScript /> */}
111
{children}
112
- {consentLevel &&
+ {/* {consentLevel &&
113
consentLevel.includes(COOKIE_LEVELS.NECESSARY.toString()) &&
114
process.env.NEXT_PUBLIC_IS_PROD &&
115
GTM_ID && (
0 commit comments