client/app/bundles/course/assessment/question/programming/components/sections/FeedbackFields.tsx
Function FeedbackFields
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const FeedbackFields = (props: FeedbackFieldsProps): JSX.Element | null => {
const { t } = useTranslation();
const { control, watch } = useFormContext<ProgrammingFormData>();
- Create a ticketCreate a ticket