Skip to content

Commit 75a5f25

Browse files
Update app/code/Magento/Wishlist/view/frontend/layout/catalog_category_view.xml
Co-authored-by: Gabriel da Gama <[email protected]>
1 parent 3d69b13 commit 75a5f25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/code/Magento/Wishlist/view/frontend/layout/catalog_category_view.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
template="Magento_Wishlist::catalog/product/list/addto/wishlist.phtml"/>
2222
</referenceBlock>
2323
<referenceContainer name="category.product.list.additional">
24-
<block
25-
class="Magento\Wishlist\Block\AddToWishlist"
24+
<block class="Magento\Wishlist\Block\AddToWishlist"
2625
name="category.product.list.additional.wishlist_addto"
27-
template="Magento_Wishlist::addto.phtml"
28-
>
26+
template="Magento_Wishlist::addto.phtml">
2927
<arguments>
3028
<argument name="is_product_list" xsi:type="boolean">true</argument>
3129
</arguments>

0 commit comments

Comments
 (0)