mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Fixes cart item button layout shift (#971)
This commit is contained in:
@@ -33,6 +33,10 @@ const cartFragment = /* GraphQL */ `
|
||||
... on ProductVariant {
|
||||
id
|
||||
title
|
||||
selectedOptions {
|
||||
name
|
||||
value
|
||||
}
|
||||
product {
|
||||
...product
|
||||
}
|
||||
|
Reference in New Issue
Block a user