Coursemology/coursemology2

View on GitHub
client/app/bundles/course/reference-timelines/views/DayView/ItemsSidebar.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ItemsSidebar has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ItemsSidebar = (props: ItemsSidebarProps): JSX.Element => {
  const { for: items, within: timelines } = props;

  return (
    <aside className={`h-fit shrink-0 ${props.className ?? ''}`}>

There are no issues that match your filters.

Category
Status