@ethnolib/language-chooser-react-hook 0.0.8 → 0.0.9
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
@@ -289241,7 +289241,7 @@ const $y = (u) => {
|
|
289241
289241
|
};
|
289242
289242
|
};
|
289243
289243
|
function Vy(u) {
|
289244
|
-
return Fs(u.autonym || u.exonym
|
289244
|
+
return Fs(u.autonym || u.exonym);
|
289245
289245
|
}
|
289246
289246
|
export {
|
289247
289247
|
er as UNLISTED_LANGUAGE,
|