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().
|
|
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
|
},
|