diff --git a/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx b/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx index f135a20..f9d37cd 100644 --- a/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx +++ b/app/routes/_procted+/lectures+/$lectureId+/$practiceId+/$labId/SubmitModal.tsx @@ -169,16 +169,20 @@ const SubmitModal = ({ isOpen, onClose }: Props) => { 제출 -
-

주어진 Main 코드 : {problemDetail!.prepared_main.code.name}

- null} - readOnly - /> -
+ {problemDetail!.type === "class_implementation" ? ( +
+

+ 주어진 Main 코드 : {problemDetail!.prepared_main.code.name} +

+ null} + readOnly + /> +
+ ) : null} )}