added updated_at field when changing time
This commit is contained in:
@@ -38,6 +38,7 @@ const CartItemDelete = ({
|
||||
<button
|
||||
className="text-ui-fg-subtle hover:text-ui-fg-base flex cursor-pointer gap-x-1"
|
||||
onClick={() => handleDelete()}
|
||||
type="button"
|
||||
>
|
||||
{isDeleting ? <Spinner className="animate-spin" /> : <Trash />}
|
||||
<span>{children}</span>
|
||||
|
||||
Reference in New Issue
Block a user