react-scheduler/react-big-schedule

View on GitHub
src/components/AddMorePopover.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function AddMorePopover has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function AddMorePopover(props) {
  const { schedulerData, headerItem, left, top, height, closeAction } = props;
  const { config, localeDayjs } = schedulerData;
  const { time, start, end, events } = headerItem;

Severity: Minor
Found in src/components/AddMorePopover.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status