From 0f486fe941a096e2d3cd468af3d3cdbf6e153a13 Mon Sep 17 00:00:00 2001 From: hyemin Date: Tue, 14 Nov 2023 23:40:32 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home/Receipt.jsx | 43 -------------------------------------- 1 file changed, 43 deletions(-) diff --git a/src/pages/Home/Receipt.jsx b/src/pages/Home/Receipt.jsx index f884817..22729d1 100644 --- a/src/pages/Home/Receipt.jsx +++ b/src/pages/Home/Receipt.jsx @@ -85,46 +85,3 @@ const Receipt = () => { }; export default Receipt; - -{ - /* -{orderInfo.orders.map((order) => ( -
-
- 주문번호 : {order.orderNum} -
-
- 전화번호 : {order.phone} -
-
- 주문시간 : {order.time} -
-
- 결제수단 : {order.payment} -
-
- 가격 : {order.price} -
-
- 픽업방법 : {order.pickUp} -
- -
- {order.foodies.map((foody) => ( -
-
- 메뉴 : {foody.name} -
-
- 수량 : {foody.count} -
-
- 옵션 : {foody.options} -
-
- ))} -
-
-))} -
*/ -}