We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637cc5d commit f10dcd0Copy full SHA for f10dcd0
dotcom-rendering/src/components/MainMediaGallery.tsx
@@ -32,6 +32,7 @@ export const MainMediaGallery = ({
32
format,
33
renderingTarget,
34
}: Props) => {
35
+ // This is to support some galleries created in 2007 where mainMedia is missing
36
if (isUndefined(mainMedia)) {
37
return <div css={styles}></div>;
38
}
0 commit comments