client/app/bundles/course/reference-timelines/components/TimelinesStack/Timeline.tsx
Function Timeline
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Timeline = (props: TimelineProps): JSX.Element => {
const { t } = useTranslation();
const [hovered, setHovered] = useState(false);
const [hoveredLeft, setHoveredLeft] = useState(0);
- Create a ticketCreate a ticket