File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
dotcom-rendering/src/components/Card Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -502,9 +502,9 @@ export const Card = ({
502502 isOnwardContent && onwardsSource === 'more-galleries' ;
503503
504504 /**
505- - * Media cards have contrasting background colours. We add additional
506- * padding to these cards to keep the text readable.
507- - */
505+ * Media cards have contrasting background colours. We add additional
506+ * padding to these cards to keep the text readable.
507+ */
508508 const isMediaCardOrNewsletter = isMediaCard ( format ) || isNewsletter ;
509509
510510 const media = getMedia ( {
@@ -1226,6 +1226,7 @@ export const Card = ({
12261226 ? mainMedia
12271227 : undefined
12281228 }
1229+ isNewsletter = { isNewsletter }
12291230 />
12301231 ) }
12311232 { showLivePlayable &&
You can’t perform that action at this time.
0 commit comments