Skip to content

Commit db102cc

Browse files
committed
MAGETWO-93067: Recently Compared Products layout is broken on frontend
1 parent c68a963 commit db102cc

File tree

1 file changed

+2
-4
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/widget/compared

1 file changed

+2
-4
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/widget/compared/sidebar.phtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
'listing' => [
1818
'displayMode' => 'grid'
1919
],
20-
'column' => [
21-
'image' => [
22-
'imageCode' => 'recently_compared_products_images_names_widget'
23-
]
20+
'image' => [
21+
'imageCode' => 'recently_compared_products_images_names_widget'
2422
]
2523
]
2624
);

0 commit comments

Comments
 (0)