mirror of
https://github.com/vercel/commerce.git
synced 2025-06-08 01:06:59 +00:00
fix: show variant name in cart
This commit is contained in:
parent
2edef84866
commit
d9e00ff560
@ -145,7 +145,7 @@ const reshapeLineItem = (lineItem: MedusaLineItem): CartItem => {
|
|||||||
id: lineItem.variant_id || lineItem.id,
|
id: lineItem.variant_id || lineItem.id,
|
||||||
selectedOptions,
|
selectedOptions,
|
||||||
product,
|
product,
|
||||||
title: lineItem.title
|
title: lineItem.description ?? ''
|
||||||
};
|
};
|
||||||
|
|
||||||
const cost = {
|
const cost = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user