teamdigitale/italia-app

View on GitHub
ts/store/reducers/wallet/creditCard.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

const reducer = (
  state: CreditCardInsertionState = INITIAL_STATE,
  action: Action
): CreditCardInsertionState => {
  switch (action.type) {
Severity: Major
Found in ts/store/reducers/wallet/creditCard.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status