Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/question/programming/components/sections/FeedbackFields.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FeedbackFields has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const FeedbackFields = (props: FeedbackFieldsProps): JSX.Element | null => {
  const { t } = useTranslation();

  const { control, watch } = useFormContext<ProgrammingFormData>();

There are no issues that match your filters.

Category
Status