aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-08-19 07:23:12 +0800
committerDan Finlay <dan@danfinlay.com>2016-08-19 07:23:12 +0800
commitbd9d89826c2bbd6e91a088040b7708de89658d1a (patch)
tree45a339a83cd561c30f997eddf2364ac54bbd6c48 /ui/app/account-detail.js
parent7389f9d0a0e1f798607ea8eea25583f8af854358 (diff)
downloadtangerine-wallet-browser-bd9d89826c2bbd6e91a088040b7708de89658d1a.tar.gz
tangerine-wallet-browser-bd9d89826c2bbd6e91a088040b7708de89658d1a.tar.zst
tangerine-wallet-browser-bd9d89826c2bbd6e91a088040b7708de89658d1a.zip
Added `view more` button to transaction list
Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message.
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r--ui/app/account-detail.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index 2c98af0dd..cafc03503 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -248,6 +248,7 @@ AccountDetailScreen.prototype.transactionList = function () {
network,
unconfTxs,
unconfMsgs,
+ address,
viewPendingTx: (txId) => {
this.props.dispatch(actions.viewPendingTx(txId))
},