From f4178f5e66a06c515102f65a0d1cdf7c337a46ee Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 13 Jun 2022 11:37:42 +0430 Subject: [PATCH] update src/views/ShoppingCart/index.js --- src/views/ShoppingCart/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ShoppingCart/index.js b/src/views/ShoppingCart/index.js index 92d01c0..7175259 100644 --- a/src/views/ShoppingCart/index.js +++ b/src/views/ShoppingCart/index.js @@ -275,7 +275,7 @@ function ShoppingCart({ >
{layouts[phase]}
{console.log(list)} - {list?.length + {list?.filter((product) => product?.condition < 2)?.length ? phase !== "address" && (