InsidersByte/honeymoon-gift-list

View on GitHub
public/reducers/giftSet.js

Summary

Maintainability
A
1 hr
Test Coverage

Function giftSetReducer has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function giftSetReducer(state = giftSet, action) {
  switch (action.type) {
    case TYPES.LOAD_GIFT_SET_REQUEST:
      return Object.assign({}, state, { loading: true });

Severity: Minor
Found in public/reducers/giftSet.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status