Commit before realese 🎰
This commit is contained in:
@@ -69,8 +69,8 @@ const IONAVDetails = () => {
|
||||
const nameMatches = name.toLowerCase().includes(searchLower);
|
||||
return nameMatches;
|
||||
})
|
||||
// .reverse()
|
||||
.sort((b, a) => new Date(a.transactionDate) - new Date(b.transactionDate));
|
||||
.reverse()
|
||||
// .sort((b, a) => new Date(a.transactionDate) - new Date(b.transactionDate));
|
||||
|
||||
const extractedArray = filteredData?.map((item, index) => ({
|
||||
id: item?.id,
|
||||
|
||||
Reference in New Issue
Block a user