Coursemology/coursemology2

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function DayCalendar has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  (props, ref): JSX.Element => {
    const { t } = useTranslation();

    const calendarRef = useRef<List>(null);

There are no issues that match your filters.

Category
Status