mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix network reference part 2
This commit is contained in:
parent
12d89eb647
commit
4d468d8064
@ -19,7 +19,7 @@ function TransactionListItem() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TransactionListItem.prototype.render = function() {
|
TransactionListItem.prototype.render = function() {
|
||||||
const { transaction, i } = this.props
|
const { transaction, i, network } = this.props
|
||||||
|
|
||||||
var date = formatDate(transaction.time)
|
var date = formatDate(transaction.time)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user