dsifford/academic-bloggers-toolkit

View on GitHub
src/js/stores/ui/reducer.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function sidebar has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function sidebar(
    state = SIDEBAR_INITIAL_STATE,
    action: Action,
): State['sidebar'] {
    switch (action.type) {
Severity: Minor
Found in src/js/stores/ui/reducer.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status