File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
dotcom-rendering/src/layouts Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { Hide } from '@guardian/source/react-components';
99import { AdPlaceholder } from '../components/AdPlaceholder.apps' ;
1010import { AdPortals } from '../components/AdPortals.importable' ;
1111import { AdSlot } from '../components/AdSlot.web' ;
12+ import { GalleryAffiliateDisclaimer } from '../components/AffiliateDisclaimer' ;
1213import { AppsFooter } from '../components/AppsFooter.importable' ;
1314import { ArticleHeadline } from '../components/ArticleHeadline' ;
1415import { ArticleMetaApps } from '../components/ArticleMeta.apps' ;
@@ -497,6 +498,9 @@ const Meta = ({
497498 shortUrlId = { frontendData . config . shortUrlId }
498499 />
499500 ) : null }
501+ { ! ! frontendData . affiliateLinksDisclaimer && (
502+ < GalleryAffiliateDisclaimer />
503+ ) }
500504 </ div >
501505) ;
502506
You can’t perform that action at this time.
0 commit comments