File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
plugins/woocommerce-admin/client/tasks/fills/experimental-products Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ type Layout = 'control' | 'card' | 'stacked';
99export const getProductLayoutExperiment = async ( ) : Promise < Layout > => {
1010 const [ cardAssignment , stackedAssignment ] = await Promise . all ( [
1111 loadExperimentAssignment ( `woocommerce_products_task_layout_card_v2` ) ,
12- loadExperimentAssignment ( `woocommerce_products_task_layout_stacked_v2` ) ,
12+ loadExperimentAssignment (
13+ `woocommerce_products_task_layout_stacked_v2`
14+ ) ,
1315 ] ) ;
1416 // This logic may look flawed as in both looks like they can be assigned treatment at the same time,
1517 // but in backend we segment the experiments by store country, so it will never be.
You can’t perform that action at this time.
0 commit comments