Skip to content

Commit a33ebcc

Browse files
authored
Pass the main media through to the footer on feature cards so that it can display the media pill if available (#15168)
1 parent 594e87c commit a33ebcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotcom-rendering/src/components/FeatureCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ export const FeatureCard = ({
778778
}
779779
showLivePlayable={false}
780780
isNewsletter={isNewsletter}
781+
mainMedia={mainMedia}
781782
/>
782783

783784
{!isImmersive &&

0 commit comments

Comments
 (0)