client/app/bundles/course/assessment/submission/pages/LogsIndex/LogsContent.tsx
Function LogsContent
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const LogsContent: FC<Props> = (props) => {
const { with: data } = props;
const { t } = useTranslation();
if (data && data.length === 0) {
- Create a ticketCreate a ticket