1
0
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:
Alexander Tseung 2018-01-03 11:16:46 -08:00
parent a6f062a686
commit 099f078a3d

View File

@ -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.'