Update details.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-10-03 23:48:19 -04:00
parent 0d9c316fcc
commit 59b551283b
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C

View file

@ -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}