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.modern.js
CHANGED
|
@@ -4071,7 +4071,7 @@ var TheHeaderDropdown = function TheHeaderDropdown() {
|
|
|
4071
4071
|
};
|
|
4072
4072
|
|
|
4073
4073
|
var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
4074
|
-
var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "
|
|
4074
|
+
var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "us";
|
|
4075
4075
|
var dispatch = useDispatch();
|
|
4076
4076
|
|
|
4077
4077
|
var _useTranslation = useTranslation(),
|
|
@@ -4121,7 +4121,7 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
|
4121
4121
|
display: 'flex',
|
|
4122
4122
|
alignItems: 'center'
|
|
4123
4123
|
}
|
|
4124
|
-
}, displayCurrentLang[language || "
|
|
4124
|
+
}, displayCurrentLang[language || "us"], React.createElement(BsChevronDown, {
|
|
4125
4125
|
className: "ml-2",
|
|
4126
4126
|
style: {
|
|
4127
4127
|
fontSize: '10px'
|