diff --git a/CHANGELOG.md b/CHANGELOG.md index 0039894a41..8741f71f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed / Improved - Improved ProductGalleryCarousel component to handle nonnumeric options id’s - @danieldomurad (#2586) - Number of displayed products is now visible on PLP on desktop - @awierzbiak (#2504) +- Improved visibility of product SKU in wishlist - @PanMisza (#2606) ## [1.9.0-rc.1] - 2019.03.07 diff --git a/src/themes/default/components/core/blocks/Wishlist/Product.vue b/src/themes/default/components/core/blocks/Wishlist/Product.vue index fb96e1138e..3fc70abc33 100644 --- a/src/themes/default/components/core/blocks/Wishlist/Product.vue +++ b/src/themes/default/components/core/blocks/Wishlist/Product.vue @@ -18,7 +18,7 @@ })"> {{ product.name | htmlDecode }} -
{{ product.sku }}
+
{{ product.sku }}