remove orphaned comment

feature/default_network_editable
Frankie 8 years ago
parent c1656aff19
commit b72987405e
  1. 1
      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,

Loading…
Cancel
Save