mirror of
https://github.com/vercel/commerce.git
synced 2025-06-07 16:56: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,
|
||||
selectedOptions,
|
||||
product,
|
||||
title: lineItem.title
|
||||
title: lineItem.description ?? ''
|
||||
};
|
||||
|
||||
const cost = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user