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:
parent
c1656aff19
commit
b72987405e
@ -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…
Reference in New Issue
Block a user