File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
dotcom-rendering/src/layouts Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -601,6 +601,9 @@ export const ImmersiveLayout = (props: WebProps | AppProps) => {
601601 article . config . shortUrlId
602602 }
603603 />
604+ { ! ! article . affiliateLinksDisclaimer && (
605+ < AffiliateDisclaimer />
606+ ) }
604607 </ Hide >
605608 </ >
606609 ) : (
Original file line number Diff line number Diff line change @@ -486,6 +486,9 @@ export const ShowcaseLayout = (props: WebProps | AppsProps) => {
486486 article . config . shortUrlId
487487 }
488488 />
489+ { ! ! article . affiliateLinksDisclaimer && (
490+ < AffiliateDisclaimer />
491+ ) }
489492 </ Hide >
490493 </ >
491494 ) : (
Original file line number Diff line number Diff line change @@ -645,6 +645,9 @@ export const StandardLayout = (props: WebProps | AppProps) => {
645645 }
646646 />
647647 </ div >
648+ { ! ! article . affiliateLinksDisclaimer && (
649+ < AffiliateDisclaimer />
650+ ) }
648651 </ Hide >
649652 </ >
650653 ) : (
You can’t perform that action at this time.
0 commit comments