1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

remove orphaned comment

This commit is contained in:
Frankie 2017-01-13 11:30:58 -08:00
parent c1656aff19
commit b72987405e

View File

@ -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,