client/app/bundles/course/container/Sidebar/CourseItem.tsx
Function CourseItem
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CourseItem = (props: CourseItemProps): JSX.Element => {
const { in: data } = props;
const menuRef = useRef<ComponentRef<typeof CourseSwitcherPopupMenu>>(null);
- Create a ticketCreate a ticket