GeoNode/geonode-viewer

View on GitHub
src/state/map/reducers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function map has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const map = (state = defaultState, action) => {
  switch(action.type) {
    case GET_MAP_ID:
      return state.id;
    case SET_MAP_ID:
Severity: Minor
Found in src/state/map/reducers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status