Coursemology/coursemology2

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

const AssessmentAuthenticate = (
  props: AssessmentAuthenticateProps,
): JSX.Element => {
  const { for: assessment } = props;
  const [submitting, setSubmitting] = useState(false);

There are no issues that match your filters.

Category
Status