@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/esm/index.js
CHANGED
|
@@ -2885,7 +2885,7 @@ const formHomeDiscountStateReducer = (state = { ...formHomeDiscountStateInitialS
|
|
|
2885
2885
|
case StoreFormHomeDiscountActionTypes.FormHomeDiscountQuoterInitialSet:
|
|
2886
2886
|
return setLocalDiscounts(action.localIndex, setStateProperty(state, 'initial', action.payload.initial, 'quoterInfo'));
|
|
2887
2887
|
case StoreFormHomeDiscountActionTypes.FormHomeQuoterBrokerInfoSet:
|
|
2888
|
-
return setLocalDiscounts(action.localIndex, setStateProperty(state, 'brokerInfo', action.payload
|
|
2888
|
+
return setLocalDiscounts(action.localIndex, setStateProperty(state, 'brokerInfo', action.payload, 'quoterInfo'));
|
|
2889
2889
|
case StoreFormHomeDiscountActionTypes.FormHomeDiscountClear:
|
|
2890
2890
|
return setLocalDiscounts(action.localIndex, { ...formHomeDiscountStateInitialState });
|
|
2891
2891
|
default:
|
|
@@ -5458,13 +5458,11 @@ const HomeQuoteDataHandler = () => {
|
|
|
5458
5458
|
}
|
|
5459
5459
|
else if (!isRequested) {
|
|
5460
5460
|
if (!isRecalc) {
|
|
5461
|
-
// eslint-disable-next-line no-useless-concat
|
|
5462
|
-
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.';
|
|
5463
5461
|
if (appConfigState.appType === AppTypes.TheBig) {
|
|
5464
5462
|
openLoader('Please wait while we fetch your lowest rates from our insurance partners.');
|
|
5465
5463
|
}
|
|
5466
5464
|
else {
|
|
5467
|
-
openLoader(
|
|
5465
|
+
openLoader('Hang tight, while we collect and process information about your property.');
|
|
5468
5466
|
}
|
|
5469
5467
|
}
|
|
5470
5468
|
else {
|