Skip to content

Commit

Permalink
Update src/components/LanguagePicker/LanguagePicker.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com>
  • Loading branch information
banklesss and stackchain committed Jun 22, 2022
1 parent 7694c65 commit 7ff6fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/LanguagePicker/LanguagePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const LanguagePicker = () => {
const {languageCode, selectLanguageCode, supportedLanguages} = language

return (
<>
<View style={styles.languagePicker}>
<FlatList
data={supportedLanguages}
Expand Down

0 comments on commit 7ff6fb4

Please sign in to comment.