fosterful/scheduler

View on GitHub
app/javascript/components/DashboardReportsDateRangePicker/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function DashboardReportsDateRangePicker has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DashboardReportsDateRangePicker = () => {
const [start, setStart] = useState(null)
const [end, setEnd] = useState(null)
const [showErrorMessage, setShowErrorMessage] = useState(false)
const [msg, setMsg] = useState(null)
Severity: Minor
Found in app/javascript/components/DashboardReportsDateRangePicker/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status