200ok-ch/organice

View on GitHub
src/components/OrgFile/components/AgendaModal/components/AgendaDay/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this function.
Open

                return true;

    Avoid too many return statements within this function.
    Open

                  return isWithinInterval(appearDate, { start: dateStart, end: dateEnd });

      Avoid too many return statements within this function.
      Open

                      return isWithinInterval(planningItemDate, { start: dateStart, end: dateEnd });

        There are no issues that match your filters.

        Category
        Status