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 4432c7e commit 690a582Copy full SHA for 690a582
src/features/common/components/shell/shell.component.tsx
@@ -104,9 +104,9 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
104
)}
105
data-theme={themeCode}
106
>
107
- {/* <OnetrustScriptComponent
+ <OnetrustScriptComponent
108
id={CLIENT_CONFIG.DEVELOPERS_DATA_DOMAIN_ID_ONETRUST}
109
- /> */}
+ />
110
<AdobeAnalyticsScript />
111
{children}
112
{/* {consentLevel &&
0 commit comments