aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/transaction-list.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/components/transaction-list.js')
-rw-r--r--old-ui/app/components/transaction-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/transaction-list.js b/old-ui/app/components/transaction-list.js
index 345e3ca16..c77852921 100644
--- a/old-ui/app/components/transaction-list.js
+++ b/old-ui/app/components/transaction-list.js
@@ -62,7 +62,7 @@ TransactionList.prototype.render = function () {
}
return h(TransactionListItem, {
transaction, i, network, key,
- conversionRate,
+ conversionRate, transactions,
showTx: (txId) => {
this.props.viewPendingTx(txId)
},