mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-28 07:50:32 +05:30
Исправлено определение первого языка по клику на Enter в поле фильтрации языков
This commit is contained in:
parent
b76b98e3bf
commit
44139610f9
@ -190,7 +190,7 @@ class LanguageSwitcher extends Component {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const locales = Object.keys(this.props.langs);
|
const locales = Object.keys(this.state.filteredLangs);
|
||||||
if (locales.length === 0) {
|
if (locales.length === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user