Skip to content

Commit 285b9e1

Browse files
committed
Add the condition for not showing merch-high in Labs Galleries
1 parent 1a91154 commit 285b9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/GalleryLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export const GalleryLayout = (props: WebProps | AppProps) => {
314314
}
315315
/>
316316
</main>
317-
{isWeb && renderAds && (
317+
{isWeb && renderAds && !isLabs && (
318318
<Section
319319
fullWidth={true}
320320
data-print-layout="hide"

0 commit comments

Comments
 (0)