Web: People: fixed language selection drop down

This commit is contained in:
Dmitry Sychugov 2021-10-15 16:52:49 +05:00
parent 732f08a80c
commit 26b06f778e

View File

@ -352,6 +352,7 @@ class ProfileInfo extends React.PureComponent {
{cultureNames && selectedLanguage ? (
<>
<ComboBox
directionY="both"
options={cultureNames}
selectedOption={selectedLanguage}
onSelect={this.onLanguageSelect}