diff options
Merge branch 'master' into selenium-e2e
Diffstat (limited to 'old-ui/app/components/transaction-list.js')
-rw-r--r-- | old-ui/app/components/transaction-list.js | 2 |
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) }, |