Fix not loading variants (#865)
This commit is contained in:
parent
1845111537
commit
44bbe5842c
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ export const productFragmentDetails = gql`
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const fragmentVariant = gql`
|
export const fragmentVariant = gql`
|
||||||
${fragmentMoney}
|
${priceRangeFragment}
|
||||||
${fragmentProductImage}
|
${fragmentProductImage}
|
||||||
${stockFragment}
|
${stockFragment}
|
||||||
${weightFragment}
|
${weightFragment}
|
||||||
|
|
Loading…
Reference in a new issue