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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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() |
|
|
|
} |
|
|
|
|
|
|
|