diff --git a/client/src/pages/Cart/Cart.jsx b/client/src/pages/Cart/Cart.jsx index 751e422..19ff97f 100644 --- a/client/src/pages/Cart/Cart.jsx +++ b/client/src/pages/Cart/Cart.jsx @@ -34,7 +34,7 @@ const Cart = ({ deliveryFee }) => {

- {!food_list.length ? + {!food_list ?

No cart items to display

: food_list.map((item) => { if (cartItems[item._id] > 0) {