Coursemology/coursemology2

View on GitHub
client/app/bundles/course/statistics/pages/StatisticsIndex/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function StatisticsIndex has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const StatisticsIndex: FC = () => {
  const [tabValue, setTabValue] = useState(0);
  const { t } = useTranslation();
  const statisticsUrl = getCourseStatisticsURL(getCourseId());

There are no issues that match your filters.

Category
Status