diff --git a/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/ProblmBody.tsx b/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/ProblmBody.tsx index 2f241f5b..40c0e6c7 100644 --- a/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/ProblmBody.tsx +++ b/src/app/(withAuth)/courses/[courseId]/lectures/[lectureId]/problems/[problemId]/ProblmBody.tsx @@ -14,6 +14,7 @@ import { Card, Heading, HStack, + Tag, Tooltip, useDisclosure, VStack, @@ -115,7 +116,14 @@ export const ProblemBody: React.FC = (props) => { - 問題 + + 問題 + {problemType === 'step' && ( + + ステップ実行モード + + )} +