We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca6ea54 + 4dfd012 commit 4e83d74Copy full SHA for 4e83d74
1 file changed
mosu-app/src/entities/exam/ui/RegisteredExamDetailCard.tsx
@@ -64,6 +64,7 @@ export const RegisteredExamDetailCard = ({
64
<button
65
className="flex-1 border-l-[0.5px] p-4 hover:cursor-pointer"
66
onClick={() => onPrintTicketButtonClick()}
67
+ disabled={true}
68
>
69
수험표 출력
70
</button>
0 commit comments