|
|
|
@ -275,7 +275,7 @@ function ShoppingCart({ |
|
|
|
> |
|
|
|
> |
|
|
|
<div className="flex flex-col flex-1">{layouts[phase]}</div> |
|
|
|
<div className="flex flex-col flex-1">{layouts[phase]}</div> |
|
|
|
{console.log(list)} |
|
|
|
{console.log(list)} |
|
|
|
{list?.length |
|
|
|
{list?.filter((product) => product?.condition < 2)?.length |
|
|
|
? phase !== "address" && ( |
|
|
|
? phase !== "address" && ( |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="flex flex-col w-1/4 p-10 bg-white shadow-all rounded-md px-4 py-4" |
|
|
|
className="flex flex-col w-1/4 p-10 bg-white shadow-all rounded-md px-4 py-4" |
|
|
|
|