timhaley94/holdem

View on GitHub
client/src/hooks/useArrayState.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

function reducer(state, action) {
  switch (action.type) {
    case PUSH:
      return {
        ...state,
Severity: Minor
Found in client/src/hooks/useArrayState.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status