File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ export const ArticlePage = (props: WebProps | AppProps) => {
9090 < Island priority = "enhancement" defer = { { until : 'idle' } } >
9191 < FocusStyles />
9292 </ Island >
93+ { ! ! frontendData . affiliateLinksDisclaimer && (
94+ < Island priority = "feature" defer = { { until : 'idle' } } >
95+ < EnhanceAffiliateLinks />
96+ </ Island >
97+ ) }
9398 { ( format . design === ArticleDesign . LiveBlog ||
9499 format . design === ArticleDesign . DeadBlog ) && (
95100 < SkipTo id = { 'key-events-carousel' } label = "Skip to key events" />
@@ -131,11 +136,6 @@ export const ArticlePage = (props: WebProps | AppProps) => {
131136 serverSideTests = { frontendData . config . abTests }
132137 />
133138 </ Island >
134- { ! ! frontendData . affiliateLinksDisclaimer && (
135- < Island priority = "feature" defer = { { until : 'idle' } } >
136- < EnhanceAffiliateLinks />
137- </ Island >
138- ) }
139139 </ >
140140 ) }
141141 { renderingTarget === 'Web' ? (
You can’t perform that action at this time.
0 commit comments