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

Commit

Permalink
fix: change propProducts at ProductListing for SW 6.1 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Dziedzinski authored May 8, 2020
1 parent 93c838b commit 9e0aa64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
},
},
setup({ content }) {
const propProducts = content.data.listing.elements || []
const propProducts = content.data.listing || []
const {
products,
changePagination,
Expand Down

1 comment on commit 9e0aa64

@vercel
Copy link

@vercel vercel bot commented on 9e0aa64 May 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.