client/app/bundles/course/reference-timelines/components/TimelinesStack/TimelinesStack.tsx
Function TimelinesStack
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TimelinesStack = (props: TimeBarsProps): JSX.Element => {
const { for: items, within: timelines } = props;
const gamified = useAppSelector((state) => state.timelines.gamified);
const defaultTimelineId = useAppSelector(
(state) => state.timelines.defaultTimeline,
- Create a ticketCreate a ticket