Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function AssignableTimeline has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AssignableTimeline = (props: AssignableTimelineProps): JSX.Element => {
  const { for: item, in: timeline, basedOn: defaultTime } = props;

  const { status } = useLastSaved();

There are no issues that match your filters.

Category
Status