@mychoice/mychoice-sdk-store 2.1.25 → 2.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -3091,7 +3091,7 @@ const formLifeApplicantStateReducer = (state = { ...lifeFormApplicantInitialStat
|
|
|
3091
3091
|
case exports.StoreFormLifeApplicantActionTypes.FormLifeApplicantBirthDaySelect:
|
|
3092
3092
|
return setLocalApplicant(action?.localIndex, setStateProperty(state, 'birthDay', action.payload.birthDay));
|
|
3093
3093
|
case exports.StoreFormLifeApplicantActionTypes.FormLifeApplicantSmokerSelect:
|
|
3094
|
-
return setLocalApplicant(action?.localIndex, setStateProperty(state, '
|
|
3094
|
+
return setLocalApplicant(action?.localIndex, setStateProperty(state, 'smoker', action.payload.smoker));
|
|
3095
3095
|
case exports.StoreFormLifeApplicantActionTypes.FormLifeApplicantEmailSet:
|
|
3096
3096
|
return setLocalApplicant(action.localIndex, setStateProperty(state, 'emailTo', action.payload));
|
|
3097
3097
|
// quoter info
|