Coursemology/coursemology2

View on GitHub
client/app/bundles/course/reference-timelines/components/TimelinesStack/Timeline.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Timeline has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Timeline = (props: TimelineProps): JSX.Element => {
  const { t } = useTranslation();

  const [hovered, setHovered] = useState(false);
  const [hoveredLeft, setHoveredLeft] = useState(0);

There are no issues that match your filters.

Category
Status