Commit ac87a161 authored by Chi Kei Chan's avatar Chi Kei Chan

Do not reset selected token on success

parent 9b751ee4
...@@ -55,8 +55,6 @@ class Send extends Component { ...@@ -55,8 +55,6 @@ class Send extends Component {
this.setState({ this.setState({
inputValue: '', inputValue: '',
outputValue: '', outputValue: '',
inputCurrency: '',
outputCurrency: '',
inputAmountB: '', inputAmountB: '',
lastEditedField: '', lastEditedField: '',
recipient: '', recipient: '',
......
...@@ -53,8 +53,6 @@ class Swap extends Component { ...@@ -53,8 +53,6 @@ class Swap extends Component {
this.setState({ this.setState({
inputValue: '', inputValue: '',
outputValue: '', outputValue: '',
inputCurrency: '',
outputCurrency: '',
inputAmountB: '', inputAmountB: '',
lastEditedField: '', lastEditedField: '',
showSummaryModal: false, showSummaryModal: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment