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