1 parent 47d897d commit 66cdb15Copy full SHA for 66cdb15
1 file changed
dotcom-rendering/src/model/enhance-product-summary.ts
@@ -191,7 +191,7 @@ export const enhanceProductSummary =
191
const abTestVariant =
192
serverSideABTests?.['thefilter-at-a-glance-redesign'];
193
194
- // do nothing if article is not on allow list / not in the test / variant is 'control' / renderingTarget is Apps
+ // do nothing if article is not on allow list / not in the test / variant is 'control' / renderingTarget is Apps / filterAtAGlance switch is OFF
195
if (
196
filterAtAGlanceEnabled &&
197
abTestVariant &&
0 commit comments