1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-13 16:54:53 +01:00

show assets ordered by creation time (#486)

This commit is contained in:
claudiaHash 2021-04-08 22:09:17 +03:00 committed by GitHub
parent c09bc3342a
commit ab01615ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ export default function PublishedList(): ReactElement {
query: `(publicKey.owner:${accountId})`
}
},
sort: { 'price.ocean': -1 }
sort: { created: -1 }
}
try {
queryResult || setIsLoading(true)