Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

fix: wrong product img on PDP after clicked on filtered product from PLP #647

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed: modalComponents map type errors
- Fixed: remove product from Cart on Desktop
- Fixed: close Mega Menu after clicking on the Category
- Fixed: wrong product image on PDP after clicked on filtered product from PLP

## [1.0.4] - 04.01.2020

Expand Down
1 change: 1 addition & 0 deletions components/molecules/m-product-gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<SfGallery
ref="gallery"
:images="gallery"
:current="currentIndex + 1"
/>
</div>
</template>
Expand Down