madnight/githut

View on GitHub
src/components/Layout.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Layout has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Layout() {

    const table = useReducer(TableReducer, {});
    const hist = useReducer(HistReducer, { year: "2018", quarter: "1" });
    const event = useReducer(EventReducer, {
Severity: Major
Found in src/components/Layout.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status