client/app/bundles/course/statistics/pages/StatisticsIndex/index.tsx
Function StatisticsIndex
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const StatisticsIndex: FC = () => {
const { t } = useTranslation();
const statisticsUrl = getCourseStatisticsURL(getCourseId());
const tabs: TabData[] = [
- Create a ticketCreate a ticket