Skip to content

Commit 93932ac

Browse files
committed
Pass trackingPolicy to CookieConsentProvider
1 parent 684191d commit 93932ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[localeCode]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function AppContext(props: { children: ReactNode; localeCode: Locale.Code
111111
<IntlProvider localeCode={localeCode}>
112112
<BroadcastStoryProvider>
113113
<BroadcastGalleryProvider>
114-
<CookieConsentProvider>
114+
<CookieConsentProvider trackingPolicy={newsroom.tracking_policy}>
115115
<AnalyticsProvider isEnabled={isTrackingEnabled} newsroom={newsroom}>
116116
<StoryImageFallbackProvider
117117
image={newsroom.newsroom_logo}

0 commit comments

Comments
 (0)