From 76e9a483cf9dcf79531507815a58ba8dfac441a7 Mon Sep 17 00:00:00 2001 From: sterdsterd Date: Tue, 19 Aug 2025 19:23:56 +0900 Subject: [PATCH 1/4] refactor: Comment out unused component in MainProblemSection for cleaner code --- apps/admin/src/components/problem/MainProblemSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin/src/components/problem/MainProblemSection.tsx b/apps/admin/src/components/problem/MainProblemSection.tsx index 6b21403a..db73a1da 100644 --- a/apps/admin/src/components/problem/MainProblemSection.tsx +++ b/apps/admin/src/components/problem/MainProblemSection.tsx @@ -299,7 +299,7 @@ export const MainProblemSection = ({
-
+ {/*
-
+
*/}
- - -
+
+ {errors?.recommendedTimeSec && ( +

+ {(errors.recommendedTimeSec as { message?: string })?.message || + '필수 입력 항목입니다.'} +

+ )} + + + + + + + +