Skip to content

Commit 690a582

Browse files
committed
add back one trust script
1 parent 4432c7e commit 690a582

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
@@ -104,9 +104,9 @@ export const ShellComponent: React.FC<ShellComponentProps> = ({
104104
)}
105105
data-theme={themeCode}
106106
>
107-
{/* <OnetrustScriptComponent
107+
<OnetrustScriptComponent
108108
id={CLIENT_CONFIG.DEVELOPERS_DATA_DOMAIN_ID_ONETRUST}
109-
/> */}
109+
/>
110110
<AdobeAnalyticsScript />
111111
{children}
112112
{/* {consentLevel &&

0 commit comments

Comments
 (0)