SumOfUs/Champaign

View on GitHub
app/javascript/state/email_pension/actions.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export const reducer = (state = initialState, action) => {
  switch (action.type) {
    case 'email_target:change_submitting':
      return { ...state, isSubmitting: action.submitting };
    case 'email_target:change_country':
Severity: Minor
Found in app/javascript/state/email_pension/actions.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status