mario-core 2.9.56-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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- 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(),
|