teamdigitale/italia-app

View on GitHub
ts/store/reducers/payments/current.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function paymentsCurrentReducer has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const paymentsCurrentReducer = (
  state: PaymentsCurrentState = INITIAL_STATE,
  action: Action
): PaymentsCurrentState => {
  switch (action.type) {
Severity: Minor
Found in ts/store/reducers/payments/current.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status