shierro/territory-manager

View on GitHub
app/containers/MapPage/reducer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function mapPageReducer has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function mapPageReducer(state = initialState, action) {
  switch (action.type) {
    case GET_INITIAL_LOCATION:
      return state.set('loading', true);
    case SET_INITIAL_LOCATION:
Severity: Minor
Found in app/containers/MapPage/reducer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status