mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix merge conflict
This commit is contained in:
parent
a6f062a686
commit
099f078a3d
@ -267,7 +267,6 @@ SendTransactionScreen.prototype.onSubmit = function () {
|
||||
const value = util.normalizeEthStringToWei(input)
|
||||
const txData = document.querySelector('input[name="txData"]').value
|
||||
const balance = this.props.balance
|
||||
let message
|
||||
|
||||
if (value.gt(balance)) {
|
||||
message = 'Insufficient funds.'
|
||||
|
Loading…
Reference in New Issue
Block a user