@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.
@@ -3171,7 +3171,7 @@ function getStateOfCountry(country_code) {
3171
3171
  var name = _ref2.name,
3172
3172
  state_code = _ref2.state_code;
3173
3173
  return {
3174
- label: name,
3174
+ label: name.replace('Province of', ''),
3175
3175
  value: state_code
3176
3176
  };
3177
3177
  });