diff --git a/dotcom-rendering/src/layouts/StandardLayout.tsx b/dotcom-rendering/src/layouts/StandardLayout.tsx index 97431193193..a9c59cb4c4a 100644 --- a/dotcom-rendering/src/layouts/StandardLayout.tsx +++ b/dotcom-rendering/src/layouts/StandardLayout.tsx @@ -395,27 +395,34 @@ export const StandardLayout = (props: WebProps | AppProps) => { ) : ( - + <> + + {!!article.affiliateLinksDisclaimer && ( + + )} + )}