Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobrez committed Sep 12, 2023
1 parent db007e0 commit 13ed92c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/settings/Profile/PronounsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ function PronounsPage({currentUserPersonalDetails}) {
onSelectRow={updatePronouns}
onChangeText={setSearchValue}
initiallyFocusedOptionKey={currentPronounsKey}
/>

/>
</ScreenWrapper>
);
}
Expand Down

0 comments on commit 13ed92c

Please sign in to comment.