@mychoice/mychoice-sdk-store 2.1.17 → 2.1.21
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 +2 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -2894,7 +2894,7 @@ const formHomeDiscountStateReducer = (state = { ...formHomeDiscountStateInitialS
|
|
|
2894
2894
|
case exports.StoreFormHomeDiscountActionTypes.FormHomeDiscountQuoterInitialSet:
|
|
2895
2895
|
return setLocalDiscounts(action.localIndex, setStateProperty(state, 'initial', action.payload.initial, 'quoterInfo'));
|
|
2896
2896
|
case exports.StoreFormHomeDiscountActionTypes.FormHomeQuoterBrokerInfoSet:
|
|
2897
|
-
return setLocalDiscounts(action.localIndex, setStateProperty(state, 'brokerInfo', action.payload
|
|
2897
|
+
return setLocalDiscounts(action.localIndex, setStateProperty(state, 'brokerInfo', action.payload, 'quoterInfo'));
|
|
2898
2898
|
case exports.StoreFormHomeDiscountActionTypes.FormHomeDiscountClear:
|
|
2899
2899
|
return setLocalDiscounts(action.localIndex, { ...formHomeDiscountStateInitialState });
|
|
2900
2900
|
default:
|
|
@@ -5467,13 +5467,11 @@ const HomeQuoteDataHandler = () => {
|
|
|
5467
5467
|
}
|
|
5468
5468
|
else if (!isRequested) {
|
|
5469
5469
|
if (!isRecalc) {
|
|
5470
|
-
// eslint-disable-next-line no-useless-concat
|
|
5471
|
-
const stringWithLineBreak = 'Sit tight, while we work hard to save you money...\nPlease note: As insurance premiums are based on the information you provide it is important that it be 100% accurate and up to date. If you are not sure it is best to check and edit your information in the next step.';
|
|
5472
5470
|
if (appConfigState.appType === mychoiceSdkComponents.AppTypes.TheBig) {
|
|
5473
5471
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|
|
5474
5472
|
}
|
|
5475
5473
|
else {
|
|
5476
|
-
openLoader(
|
|
5474
|
+
openLoader('Hang tight, while we collect and process information about your property.');
|
|
5477
5475
|
}
|
|
5478
5476
|
}
|
|
5479
5477
|
else {
|