luna-one 1.0.239 → 1.0.241

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.
@@ -134,7 +134,7 @@ var NavBarTop = /*#__PURE__*/function (_Component) {
134
134
  onClick: function onClick() {
135
135
  return _this2.props.toggleRegionLanguageDeployed();
136
136
  }
137
- }, this.props.currentRegionLanguage.language.toUpperCase().substring(4)), /*#__PURE__*/React.createElement("img", {
137
+ }, this.props.currentRegionLanguage.language.toUpperCase().split(':')[1] || this.props.currentRegionLanguage.language), /*#__PURE__*/React.createElement("img", {
138
138
  onClick: function onClick() {
139
139
  return _this2.props.toggleRegionLanguageDeployed();
140
140
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "1.0.239",
3
+ "version": "1.0.241",
4
4
  "dependencies": {
5
5
  "@vidyard/embed-code": "^4.2.22",
6
6
  "node-sass": "^4.12.0",