@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/esm/index.js CHANGED
@@ -2993,13 +2993,12 @@ const SectionCoverage = () => {
2993
2993
  });
2994
2994
  };
2995
2995
  const newLifeOptions = useMemo(() => {
2996
- if (process.env.REACT_APP_ENV !== 'production') {
2996
+ if (['develop', 'staging'].includes(process.env.REACT_APP_ENV)) {
2997
2997
  return {
2998
2998
  options: lifeInsuranceTypeOptions,
2999
2999
  };
3000
3000
  }
3001
- // Use different set for Ontario
3002
- if (isMychoice && province === '9') {
3001
+ if (isMychoice) {
3003
3002
  return {
3004
3003
  groupOptions: lifeInsuranceOntarioTypeOptions,
3005
3004
  };