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:
parent
c09bc3342a
commit
ab01615ab3
@ -29,7 +29,7 @@ export default function PublishedList(): ReactElement {
|
||||
query: `(publicKey.owner:${accountId})`
|
||||
}
|
||||
},
|
||||
sort: { 'price.ocean': -1 }
|
||||
sort: { created: -1 }
|
||||
}
|
||||
try {
|
||||
queryResult || setIsLoading(true)
|
||||
|
Loading…
Reference in New Issue
Block a user