Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/question/multiple-responses/components/McqMrqForm.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function McqMrqForm has 124 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const McqMrqForm = <T extends 'new' | 'edit'>(
  props: McqMrqFormProps<T>,
): JSX.Element => {
  const { adapter, with: data } = props;

There are no issues that match your filters.

Category
Status