Coursemology/coursemology2

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function LanguageFields has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LanguageFields = (props: LanguageFieldsProps): JSX.Element => {
  const { t } = useTranslation();

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

There are no issues that match your filters.

Category
Status