@mychoice/mychoice-sdk-store 2.2.26 → 2.2.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 +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -6353,7 +6353,8 @@ const useValidationVehicle = () => {
|
|
|
6353
6353
|
return item;
|
|
6354
6354
|
});
|
|
6355
6355
|
});
|
|
6356
|
-
|
|
6356
|
+
// MyChoice does not force AB review; the user can proceed without acknowledging.
|
|
6357
|
+
if (isAbReformActive && appConfigState.appType !== AppTypes.MyChoice) {
|
|
6357
6358
|
vehicleState.items.forEach((item) => {
|
|
6358
6359
|
if (!item.accidentbenefits.abAcknowledged) {
|
|
6359
6360
|
errors.push('abAcknowledged');
|