Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function StatisticsTabs has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const StatisticsTabs: FC = () => {
  const { t } = useTranslation();
  const statisticsUrl = getCourseStatisticsURL(getCourseId());

  const tabs: TabData[] = [

There are no issues that match your filters.

Category
Status