Исправлено определение первого языка по клику на Enter в поле фильтрации языков

This commit is contained in:
ErickSkrauch 2017-12-16 20:09:58 +03:00
parent b76b98e3bf
commit 44139610f9

View File

@ -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;
}