ts/store/reducers/payments/current.ts
Function paymentsCurrentReducer
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const paymentsCurrentReducer = (
state: PaymentsCurrentState = INITIAL_STATE,
action: Action
): PaymentsCurrentState => {
switch (action.type) {