Skip to content

Commit 70dfaf9

Browse files
committed
temp remove scripts
1 parent 1a1e001 commit 70dfaf9

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
@@ -107,9 +107,9 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
107107
{/* <OnetrustScriptComponent
108108
id={CLIENT_CONFIG.DEVELOPERS_DATA_DOMAIN_ID_ONETRUST}
109109
/>
110-
<AdobeAnalyticsScript />
110+
<AdobeAnalyticsScript /> */}
111111
{children}
112-
{consentLevel &&
112+
{/* {consentLevel &&
113113
consentLevel.includes(COOKIE_LEVELS.NECESSARY.toString()) &&
114114
process.env.NEXT_PUBLIC_IS_PROD &&
115115
GTM_ID && (

0 commit comments

Comments
 (0)