@commercelayer/react-components 2.42.0 → 2.42.1

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.
@@ -3179,7 +3179,7 @@ function getStateOfCountry(country_code) {
3179
3179
  var name = _ref2.name,
3180
3180
  state_code = _ref2.state_code;
3181
3181
  return {
3182
- label: name,
3182
+ label: name.replace('Province of', ''),
3183
3183
  value: state_code
3184
3184
  };
3185
3185
  });