client/app/bundles/course/assessment/submission/components/ProgressPanel.tsx
Function ProgressPanel
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ProgressPanel = (props): JSX.Element => {
const { submission } = props;
const { late, submitter, workflowState } = submission;
const { t } = useTranslation();
- Create a ticketCreate a ticket