Browse Source

Merge pull request #823 from LN-Zap/fix/add-channel-fiat-amount

fix(add-channel): dont remove input text
renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
committed by GitHub
parent
commit
89674c5525
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/components/Contacts/SubmitChannelForm/SubmitChannelForm.js

1
app/components/Contacts/SubmitChannelForm/SubmitChannelForm.js

@ -19,7 +19,6 @@ class SubmitChannelForm extends React.Component {
componentDidMount() {
// Clear and Focus the amount input field.
this.amountInput.current.clearTextInput()
this.amountInput.current.focusTextInput()
}

Loading…
Cancel
Save