Skip to content

Commit ca6ea54

Browse files
authored
Merge pull request #401 from mosu-dev/refactor/refundButton
환불 버튼 비활성화
2 parents d5d1551 + 9cd552b commit ca6ea54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mosu-app/src/entities/exam/ui/RegisteredExamCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const RegisteredExamCardBody = ({
7474
isRefunded && "opacity-50 hover:cursor-not-allowed",
7575
)}
7676
onClick={() => router.push(refundUrl)}
77-
disabled={isRefunded}
77+
disabled={true}
7878
>
7979
취소 및 환불
8080
</button>

0 commit comments

Comments
 (0)