mario-core 2.9.55-beta → 2.9.57-beta
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4073,7 +4073,7 @@ var TheHeaderDropdown = function TheHeaderDropdown() {
|
|
|
4073
4073
|
};
|
|
4074
4074
|
|
|
4075
4075
|
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
4076
|
-
var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "
|
|
4076
|
+
var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "us";
|
|
4077
4077
|
var dispatch = reactRedux.useDispatch();
|
|
4078
4078
|
|
|
4079
4079
|
var _useTranslation = reactI18next.useTranslation(),
|
|
@@ -4123,7 +4123,7 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
|
4123
4123
|
display: 'flex',
|
|
4124
4124
|
alignItems: 'center'
|
|
4125
4125
|
}
|
|
4126
|
-
}, displayCurrentLang[language || "
|
|
4126
|
+
}, displayCurrentLang[language || "us"], React__default.createElement(bs.BsChevronDown, {
|
|
4127
4127
|
className: "ml-2",
|
|
4128
4128
|
style: {
|
|
4129
4129
|
fontSize: '10px'
|