Skip to content

Commit ee5833c

Browse files
authored
Add xcust to skimlinks on app (#14250)
1 parent 62823b6 commit ee5833c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dotcom-rendering/src/components/ArticlePage.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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' ? (

0 commit comments

Comments
 (0)