Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentShow/AssessmentShowHeader.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function AssessmentShowHeader has 117 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AssessmentShowHeader = (
  props: AssessmentShowHeaderProps,
): JSX.Element => {
  const { with: assessment } = props;
  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status