refactor: resolve build issue

This commit is contained in:
2025-05-01 02:23:39 +05:30
parent d784df2b63
commit 8050065359

View File

@@ -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
) )
} }