Coursemology/coursemology2

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

Summary

Maintainability
B
5 hrs
Test Coverage

Function AssessmentShowPage has 129 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AssessmentShowPage = (props: AssessmentShowPageProps): JSX.Element => {
  const { for: assessment } = props;
  const { t } = useTranslation();

  return (

There are no issues that match your filters.

Category
Status