airbnb/caravel

View on GitHub
superset-frontend/src/explore/reducers/saveModalReducer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function saveModalReducer has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function saveModalReducer(state = {}, action) {
  const actionHandlers = {
    [actions.SET_SAVE_CHART_MODAL_VISIBILITY]() {
      return { ...state, isVisible: action.isVisible };
    },
Severity: Minor
Found in superset-frontend/src/explore/reducers/saveModalReducer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status