mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint
This commit is contained in:
parent
5ed52eed68
commit
c1656aff19
@ -43,7 +43,7 @@ ConfirmTxScreen.prototype.render = function () {
|
||||
var unconfMsgs = state.unconfMsgs
|
||||
var unconfTxList = txHelper(unconfTxs, unconfMsgs, network)
|
||||
var index = state.index !== undefined ? state.index : 0
|
||||
var txData = unconfTxList[index] || unconfTxList[0] || {txParams: {}}
|
||||
var txData = unconfTxList[index] || {txParams: {}}
|
||||
var txParams = txData.txParams || {}
|
||||
var isNotification = isPopupOrNotification() === 'notification'
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user