client/app/bundles/course/reference-timelines/components/TimelinesOverview/TimelinesOverview.tsx
Function TimelinesOverview
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TimelinesOverview = (props: TimelinesOverviewProps): JSX.Element => {
const { for: timelines, hiding: hiddenTimelineIds } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket