1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix lint errors

This commit is contained in:
Alexander Tseung 2018-01-11 17:06:30 -08:00
parent b0a6bfdeec
commit b35e4e0264

View File

@ -516,7 +516,6 @@ SendTransactionScreen.prototype.renderFooter = function () {
} = this.props
const noErrors = !amountError && toError === null
const errorClass = noErrors ? '' : '__disabled'
return h('div.send-v2__footer', [
h('button.btn-cancel.send-v2__cancel-btn', {