alexzherdev/foosballtracker

View on GitHub
src/js/reducers/index.js

Summary

Maintainability
A
0 mins
Test Coverage

Function default has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

export default function(state = defaultState, action) {
  switch (action.type) {
    case types.LOAD_PLAYERS_STATS_RESPONSE:
      return {
        ...state,
Severity: Major
Found in src/js/reducers/index.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status