mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
enable add and remove items (update) from cart. Update Search
This commit is contained in:
@@ -53,7 +53,6 @@ const normalizeProductImages = (images) =>
|
||||
}))
|
||||
|
||||
const normalizeProductVariants = (variants) => {
|
||||
// console.log('variant', variants);
|
||||
return variants?.map(({ id, name, values, price, stock_status }) => ({
|
||||
id,
|
||||
name,
|
||||
|
Reference in New Issue
Block a user