mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
Update details.js
This commit is contained in:
parent
0d9c316fcc
commit
59b551283b
1 changed files with 0 additions and 1 deletions
|
@ -485,7 +485,6 @@ const WalletDetails = () => {
|
|||
<KeyboardAvoidingView enabled={!Platform.isPad} behavior={Platform.OS === 'ios' ? 'position' : null}>
|
||||
<View style={[styles.input, stylesHook.input]}>
|
||||
<TextInput
|
||||
placeholder={loc.send.details_note_placeholder}
|
||||
value={walletName}
|
||||
onChangeText={setWalletName}
|
||||
onBlur={walletNameTextInputOnBlur}
|
||||
|
|
Loading…
Add table
Reference in a new issue