Coursemology/coursemology2

View on GitHub
client/app/bundles/course/reference-timelines/components/TimelinesOverview/TimelinesOverview.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function TimelinesOverview has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TimelinesOverview = (props: TimelinesOverviewProps): JSX.Element => {
  const { for: timelines, hiding: hiddenTimelineIds } = props;

  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status