mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Type changes
This commit is contained in:
@@ -81,7 +81,7 @@ const CartItem = ({
|
||||
<span>{price}</span>
|
||||
<button
|
||||
className="flex justify-end"
|
||||
onClick={() => removeItem({ itemId: item.id })}
|
||||
onClick={() => removeItem({ id: item.id })}
|
||||
>
|
||||
<Trash />
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user