From 42d674851ed4a6910bceb63f0d21d8d2ecd05b91 Mon Sep 17 00:00:00 2001 From: jissssu Date: Thu, 19 Dec 2024 15:13:29 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A6=AC=EB=B7=B0=20=EC=9E=91=EC=84=B1?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/customer/status/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/customer/status/index.tsx b/src/pages/customer/status/index.tsx index 1043d395..d799602f 100644 --- a/src/pages/customer/status/index.tsx +++ b/src/pages/customer/status/index.tsx @@ -114,7 +114,7 @@ export default function Status() { } else if (reservationStatus === "미용 확정") { return "리뷰 작성"; } - return "결제 취소"; + return "리뷰 작성"; }; const renderCustomerInfoButtons = (reservationStatus: string) => [ @@ -226,7 +226,7 @@ export default function Status() { buttons={renderCustomerInfoButtons("confirmed")} status={thread.style || "알 수 없음"} payment={formatCurrency( - thread.estimate?.estimatedCost || 0, + thread.estimatedCost || 0, )} onClick={() => console.log(`CustomerInfo clicked for thread ${index}`)