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.
2 parents c44ee2c + a44336d commit 5ef0f04Copy full SHA for 5ef0f04
dotcom-rendering/src/components/OnwardsUpper.importable.tsx
@@ -309,7 +309,9 @@ export const OnwardsUpper = ({
309
// For galleries: they already have a "more galleries" container,
310
// so we can only allow one more onwards container
311
const canHaveCuratedContent =
312
- format.design === ArticleDesign.Gallery ? isUndefined(url) : true;
+ format.design === ArticleDesign.Gallery
313
+ ? isUndefined(url) && !hasStoryPackage
314
+ : true;
315
316
const hasOnwardsContainer = !!url;
317
const showCuratedContainer =
0 commit comments