teamdigitale/italia-app

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

Summary

Maintainability
A
1 hr
Test Coverage

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

const reducer = (
  state: TransactionsState = TRANSACTIONS_INITIAL_STATE,
  action: Action
): TransactionsState => {
  switch (action.type) {
Severity: Minor
Found in ts/store/reducers/wallet/transactions.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status