Coursemology/coursemology2

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function PackageFields has 81 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PackageFields = (props: PackageFieldsProps): JSX.Element => {
  const { t } = useTranslation();

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

There are no issues that match your filters.

Category
Status