aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/transaction-list.js
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-21 00:59:21 +0800
committerGitHub <noreply@github.com>2018-03-21 00:59:21 +0800
commit1079d57f8cd0513e9571457b00eb3e9b44c26215 (patch)
tree929ddf8387cecc78ef26dbb85461fe5e0d925d8a /old-ui/app/components/transaction-list.js
parent4af1003b0efa8329718f5a95826976a54194d49b (diff)
parentd9160ac6da48bfead4cf47a5d9dc142432c52e0c (diff)
downloadtangerine-wallet-browser-1079d57f8cd0513e9571457b00eb3e9b44c26215.tar.gz
tangerine-wallet-browser-1079d57f8cd0513e9571457b00eb3e9b44c26215.tar.zst
tangerine-wallet-browser-1079d57f8cd0513e9571457b00eb3e9b44c26215.zip
Merge pull request #3489 from MetaMask/retry-tx-refractor
Retry tx refractor
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)
},