aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r--ui/app/account-detail.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index d7473aee5..7a0c599ba 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -248,7 +248,6 @@ AccountDetailScreen.prototype.subview = function () {
AccountDetailScreen.prototype.transactionList = function () {
const {transactions, unconfMsgs, address, network, shapeShiftTxList } = this.props
- // sort by recency
return h(TransactionList, {
transactions: transactions.sort((a, b) => b.time - a.time),
network,