Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/question/voice-responses/components/VoiceForm.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function VoiceForm has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

There are no issues that match your filters.

Category
Status