- {cartItem.name}
- Category: {cartItem.category}
+
+
+ Quantity:
+
+
+ {cartItem.quantity}
+
+
))}
diff --git a/src/app/orderConfirmationPickUp/page.tsx b/src/app/orderConfirmationPickUp/page.tsx
index 871a0e1e..c9b612ce 100644
--- a/src/app/orderConfirmationPickUp/page.tsx
+++ b/src/app/orderConfirmationPickUp/page.tsx
@@ -95,7 +95,6 @@ export default function OrderConfirmationPickUp() {