client/app/bundles/course/assessment/pages/AssessmentStatistics/AnswerDetails/AttachmentDetails.tsx
Function AttachmentDetails
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AttachmentDetails: FC<Props> = (props) => {
const { attachments } = props;
const { t } = useTranslation();
const AttachmentComponent = (): JSX.Element => (
- Create a ticketCreate a ticket