client/app/bundles/course/reference-timelines/views/DayView/ItemsSidebar.tsx
Function ItemsSidebar
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ItemsSidebar = (props: ItemsSidebarProps): JSX.Element => {
const { for: items, within: timelines } = props;
return (
<aside className={`h-fit shrink-0 ${props.className ?? ''}`}>
- Create a ticketCreate a ticket