mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Do not forward to null tx explorer page
This commit is contained in:
parent
ff20543c59
commit
d71ee6927f
@ -63,6 +63,7 @@ module.exports = function(transactions, network) {
|
||||
key: `tx-${transaction.id + i}`,
|
||||
identiconKey: transaction.txParams.to,
|
||||
onClick: (event) => {
|
||||
if (!transaction.hash) return
|
||||
var url = explorerLink(transaction.hash, parseInt(network))
|
||||
chrome.tabs.create({ url })
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user