refactor: resolve build issue
This commit is contained in:
@@ -187,8 +187,8 @@ const ShoppingCart = () => {
|
|||||||
<button
|
<button
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
handleQuantityChange(
|
handleQuantityChange(
|
||||||
<div className="flex items-start gap-4 mb-4 lg:mb-0 lg:flex-1">
|
item.variant.id,
|
||||||
<Image
|
item?.design?.id,
|
||||||
-1
|
-1
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user