Fix merge conflict

feature/default_network_editable
Alexander Tseung 7 years ago
parent a6f062a686
commit 099f078a3d
  1. 1
      old-ui/app/send.js

@ -267,7 +267,6 @@ SendTransactionScreen.prototype.onSubmit = function () {
const value = util.normalizeEthStringToWei(input) const value = util.normalizeEthStringToWei(input)
const txData = document.querySelector('input[name="txData"]').value const txData = document.querySelector('input[name="txData"]').value
const balance = this.props.balance const balance = this.props.balance
let message
if (value.gt(balance)) { if (value.gt(balance)) {
message = 'Insufficient funds.' message = 'Insufficient funds.'

Loading…
Cancel
Save