Fixes cart item button layout shift (#971)

This commit is contained in:
Michael Novotny
2023-04-18 12:08:18 -05:00
committed by GitHub
parent fd9450aecb
commit e9a26c2935
9 changed files with 159 additions and 130 deletions

View File

@@ -33,6 +33,10 @@ const cartFragment = /* GraphQL */ `
... on ProductVariant {
id
title
selectedOptions {
name
value
}
product {
...product
}