Fix not loading variants (#865)

This commit is contained in:
Dominik Żegleń 2020-11-26 18:01:27 +01:00 committed by GitHub
parent 1845111537
commit 44bbe5842c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@ export const productFragmentDetails = gql`
`;
export const fragmentVariant = gql`
${fragmentMoney}
${priceRangeFragment}
${fragmentProductImage}
${stockFragment}
${weightFragment}