Skip to content

Commit 3748ec1

Browse files
authored
Add isImmersive to getFrontsAdPositions.ts (#13764)
1 parent a35d545 commit 3748ec1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotcom-rendering/src/lib/getFrontsAdPositions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ const getCollectionHeight = (
236236
return 6;
237237
} else if (
238238
grouped.splash[0]?.boostLevel === 'megaboost' ||
239-
grouped.splash[0]?.boostLevel === 'gigaboost'
239+
grouped.splash[0]?.boostLevel === 'gigaboost' ||
240+
grouped.splash[0]?.isImmersive
240241
) {
241242
return 6;
242243
} else {

0 commit comments

Comments
 (0)