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:
parent
b0a6bfdeec
commit
b35e4e0264
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user