18F/cg-dashboard

View on GitHub
static_src/stores/service_plan_store.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handleAction has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  handleAction(action) {
    switch (action.type) {
      case serviceActionTypes.SERVICE_PLAN_FETCH: {
        const servicePlan = this.get(action.servicePlanGuid) || {};
        const servicePlanFetching = Object.assign({}, servicePlan, {
Severity: Minor
Found in static_src/stores/service_plan_store.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status