Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/components/ProgressPanel.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ProgressPanel has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ProgressPanel = (props): JSX.Element => {
  const { submission } = props;
  const { late, submitter, workflowState } = submission;

  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status