Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentsIndex/ActionButtons.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ActionButtons has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ActionButtons = (props: ActionButtonsProps): JSX.Element => {
  const { for: assessment, student } = props;
  const { t } = useTranslation();

  return (

There are no issues that match your filters.

Category
Status