Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function TimelineSidebarItem has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TimelineSidebarItem = (props: TimelineSidebarItemProps): JSX.Element => {
  const { for: timeline, assigned } = props;

  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status