Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentStatistics/AnswerDetails/AttachmentDetails.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function AttachmentDetails has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AttachmentDetails: FC<Props> = (props) => {
  const { attachments } = props;
  const { t } = useTranslation();

  const AttachmentComponent = (): JSX.Element => (

There are no issues that match your filters.

Category
Status