src/applications/verify-your-enrollment/reducers/checkClaimant.js
Function claimantIdReducer
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const claimantIdReducer = (state = initialState, action) => {
switch (action.type) {
case CHECK_CLAIMANT_START:
return {
...state,