mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 09:14:52 +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})`
|
query: `(publicKey.owner:${accountId})`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sort: { 'price.ocean': -1 }
|
sort: { created: -1 }
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
queryResult || setIsLoading(true)
|
queryResult || setIsLoading(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user