IO-3181-Testing-Framework-Selection: Remove Cypress, upgrade Split
This commit is contained in:
@@ -121,6 +121,11 @@ const userReducer = (state = INITIAL_STATE, action) => {
|
||||
};
|
||||
case UserActionTypes.SET_AUTH_LEVEL:
|
||||
return { ...state, authLevel: action.payload };
|
||||
case UserActionTypes.SET_IMEX_SHOP_ID:
|
||||
return {
|
||||
...state,
|
||||
imexshopid: action.payload
|
||||
};
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user