From 1ecd93a620c3f5d26c50e6e6d0814850992f8912 Mon Sep 17 00:00:00 2001 From: chominju02 Date: Sat, 11 Oct 2025 21:30:39 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20=ED=99=98=EB=B6=88=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mosu-app/src/entities/exam/ui/RegisteredExamCard.tsx | 2 +- mosu-app/src/pages/mypage/refund/[id]/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mosu-app/src/entities/exam/ui/RegisteredExamCard.tsx b/mosu-app/src/entities/exam/ui/RegisteredExamCard.tsx index 733afd82..f743cf64 100644 --- a/mosu-app/src/entities/exam/ui/RegisteredExamCard.tsx +++ b/mosu-app/src/entities/exam/ui/RegisteredExamCard.tsx @@ -74,7 +74,7 @@ const RegisteredExamCardBody = ({ isRefunded && "opacity-50 hover:cursor-not-allowed", )} onClick={() => router.push(refundUrl)} - disabled={isRefunded} + disabled={true} > 취소 및 환불 diff --git a/mosu-app/src/pages/mypage/refund/[id]/index.tsx b/mosu-app/src/pages/mypage/refund/[id]/index.tsx index aed21f44..ee284645 100644 --- a/mosu-app/src/pages/mypage/refund/[id]/index.tsx +++ b/mosu-app/src/pages/mypage/refund/[id]/index.tsx @@ -130,9 +130,9 @@ export default function MyPageRefundPage({ /> - + */} ); From 9cd552b6e920fa03efe5bb63fc0a471f9d890f4c Mon Sep 17 00:00:00 2001 From: chominju02 Date: Sat, 11 Oct 2025 21:36:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20=EC=A3=BC=EC=84=9D=ED=95=B4?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mosu-app/src/pages/mypage/refund/[id]/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mosu-app/src/pages/mypage/refund/[id]/index.tsx b/mosu-app/src/pages/mypage/refund/[id]/index.tsx index ee284645..aed21f44 100644 --- a/mosu-app/src/pages/mypage/refund/[id]/index.tsx +++ b/mosu-app/src/pages/mypage/refund/[id]/index.tsx @@ -130,9 +130,9 @@ export default function MyPageRefundPage({ /> - {/* */} + );