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 f1712d4 commit 377a92cCopy full SHA for 377a92c
dotcom-rendering/src/components/FlexibleGeneral.tsx
@@ -640,6 +640,7 @@ export const FlexibleGeneral = ({
640
isLastRow={cards.length === 0}
641
containerLevel={containerLevel}
642
collectionId={collectionId}
643
+ showLabsRedesign={showLabsRedesign}
644
/>
645
)}
646
{groupedCards.map((row, i) => {
dotcom-rendering/src/components/FlexibleSpecial.tsx
@@ -355,6 +355,7 @@ export const FlexibleSpecial = ({
355
isFirstRow={!isNonEmptyArray(snaps)}
356
357
isSplashCard={true}
358
359
360
361
0 commit comments