Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentStatistics/LiveFeedbackHistory/LiveFeedbackDetails.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function LiveFeedbackDetails has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LiveFeedbackDetails: FC<Props> = (props) => {
  const { t } = useTranslation();
  const { file } = props;

  const startingLineNum = Math.min(

There are no issues that match your filters.

Category
Status