cortex-cms/cortex

View on GitHub
node_package/src/reducers/tenant_switcher_reducer.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function reducer has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  return function reducer(state = initialState, action) {
    switch (action.type) {
      case PAGINATE_BACK:
        return {
          ...state,
Severity: Minor
Found in node_package/src/reducers/tenant_switcher_reducer.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status