@mychoice/mychoice-sdk-modules 2.1.66 → 2.1.67
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 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -3003,13 +3003,12 @@ const SectionCoverage = () => {
|
|
|
3003
3003
|
});
|
|
3004
3004
|
};
|
|
3005
3005
|
const newLifeOptions = React.useMemo(() => {
|
|
3006
|
-
if (process.env.REACT_APP_ENV
|
|
3006
|
+
if (['develop', 'staging'].includes(process.env.REACT_APP_ENV)) {
|
|
3007
3007
|
return {
|
|
3008
3008
|
options: mychoiceSdkComponents.lifeInsuranceTypeOptions,
|
|
3009
3009
|
};
|
|
3010
3010
|
}
|
|
3011
|
-
|
|
3012
|
-
if (isMychoice && province === '9') {
|
|
3011
|
+
if (isMychoice) {
|
|
3013
3012
|
return {
|
|
3014
3013
|
groupOptions: mychoiceSdkComponents.lifeInsuranceOntarioTypeOptions,
|
|
3015
3014
|
};
|