client/app/bundles/course/reference-timelines/views/DayView/TimelineSidebarItem.tsx
Function TimelineSidebarItem
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TimelineSidebarItem = (props: TimelineSidebarItemProps): JSX.Element => {
const { for: timeline, assigned } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket