reverse wallet transactions

This commit is contained in:
6ea86b96 2017-05-01 11:51:01 +07:00 committed by Jeremy Kauffman
parent 7a6dd93886
commit bef2f87efd

View file

@ -34,7 +34,7 @@ export const selectTransactionItems = createSelector(
amount: parseFloat(tx.value)
})
})
return transactionItems
return transactionItems.reverse()
}
)