SumOfUs/Champaign

View on GitHub
app/javascript/state/consent/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function reducer(state = defaultState, action) {
  switch (action.type) {
    case '@@chmp:initialize':
      const {
        personalization: { member, location },
Severity: Minor
Found in app/javascript/state/consent/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status