Skip to content

Commit

Permalink
revert unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdevelopa committed Mar 13, 2023
1 parent 7d07228 commit 569caca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/Views/SendFlow/Amount/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,9 +703,7 @@ class Amount extends PureComponent {
transactionObject.readableValue = value;
}

if (selectedAsset.isETH) {
transactionObject.to = transactionTo;
}
if (selectedAsset.isETH) transactionObject.to = transactionTo;

setTransactionObject(transactionObject);
};
Expand Down

0 comments on commit 569caca

Please sign in to comment.