Redux #115
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export const selectTransactionItems = createSelector(
|
|||
amount: parseFloat(tx.value)
|
||||
})
|
||||
})
|
||||
return transactionItems
|
||||
return transactionItems.reverse()
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue