client/app/bundles/course/reference-timelines/components/TimelinesStack/AssignableTimeline.tsx
Function AssignableTimeline
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AssignableTimeline = (props: AssignableTimelineProps): JSX.Element => {
const { for: item, in: timeline, basedOn: defaultTime } = props;
const { status } = useLastSaved();
- Create a ticketCreate a ticket