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 {
this.setState({
inputValue: '',
outputValue: '',
inputCurrency: '',
outputCurrency: '',
inputAmountB: '',
lastEditedField: '',
recipient: '',
......
......@@ -53,8 +53,6 @@ class Swap extends Component {
this.setState({
inputValue: '',
outputValue: '',
inputCurrency: '',
outputCurrency: '',
inputAmountB: '',
lastEditedField: '',
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