Skip to content

Commit

Permalink
Merge pull request #17139 from tienifr/fix/16924
Browse files Browse the repository at this point in the history
Fix: Pronoun item is not focused
  • Loading branch information
iwiznia authored Apr 10, 2023
2 parents e8bc6a8 + c08e4fe commit ecde231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Profile/PronounsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class PronounsPage extends Component {
textInputLabel={this.props.translate('pronounsPage.pronouns')}
placeholderText={this.props.translate('pronounsPage.placeholderText')}
headerMessage={headerMessage}
sections={[{data: filteredPronounsList}]}
sections={[{data: filteredPronounsList, indexOffset: 0}]}
value={this.state.searchValue}
onSelectRow={this.updatePronouns}
onChangeText={this.onChangeText}
Expand Down

0 comments on commit ecde231

Please sign in to comment.