client/app/bundles/course/assessment/pages/AssessmentStatistics/LiveFeedbackHistory/LiveFeedbackDetails.tsx
Function LiveFeedbackDetails
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const LiveFeedbackDetails: FC<Props> = (props) => {
const { t } = useTranslation();
const { file } = props;
const startingLineNum = Math.min(
- Create a ticketCreate a ticket