Skip to content

Commit 5cb0e01

Browse files
committed
Invert boolean
1 parent 26bddf4 commit 5cb0e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/FrontLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export const FrontLayout = ({ front, NAV }: Props) => {
604604
collectionId={index + 1}
605605
isInAllBoostsTest={
606606
front.isNetworkFront &&
607-
abTests.allBoostsVariant !== 'variant'
607+
abTests.allBoostsVariant === 'variant'
608608
}
609609
containerLevel={collection.containerLevel}
610610
showLabsRedesign={showLabsRedesign}

0 commit comments

Comments
 (0)