mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 03:59:10 +01:00
Update Language.tsx
This commit is contained in:
parent
bc5e0d9d27
commit
9250b112fb
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const Language = () => {
|
|||
const renderItem = ({ item }: { item: TLanguage }) => {
|
||||
return (
|
||||
<ListItem
|
||||
disabled={language == item.value}
|
||||
disabled={language === item.value}
|
||||
title={item.label}
|
||||
checkmark={language === item.value}
|
||||
onPress={() => onLanguageSelect(item)}
|
||||
|
|
Loading…
Add table
Reference in a new issue