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 77a4a14 commit a44336dCopy full SHA for a44336d
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