Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentStatistics/AnswerDisplay/Comment.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Comment has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Comment: FC<Props> = (props) => {
  const { comments } = props;
  const { t } = useTranslation();

  return (

There are no issues that match your filters.

Category
Status