Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentEdit/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function AssessmentEdit has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AssessmentEdit = (): JSX.Element => {
  const assessmentId = getAssessmentId();
  if (!assessmentId) {
    return <div />;
  }
Severity: Major
Found in client/app/bundles/course/assessment/pages/AssessmentEdit/index.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status