mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix network reference
This commit is contained in:
parent
f69721a98d
commit
12d89eb647
@ -107,7 +107,7 @@ function recipientField(txParams, transaction, isTx, isMsg) {
|
||||
}
|
||||
|
||||
TransactionListItem.prototype.renderMessage = function() {
|
||||
const { transaction, i } = this.props
|
||||
const { transaction, i, network } = this.props
|
||||
return h('div', 'wowie, thats a message')
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,7 @@ TransactionList.prototype.render = function() {
|
||||
transactions.length ?
|
||||
transactions.map((transaction, i) => {
|
||||
return h(TransactionListItem, {
|
||||
transaction, i,
|
||||
transaction, i, network,
|
||||
showTx:(txId) => {
|
||||
this.props.viewPendingTx(txId)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user