We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d360ffe + 5108cc7 commit 6d43b22Copy full SHA for 6d43b22
components/common/ConnectWallet/WalletAssetNfts.vue
@@ -36,7 +36,7 @@ const { data } = useSearchNfts({
36
},
37
],
38
first: 3,
39
- orderBy: 'updatedAt_DESC',
+ orderBy: 'createdAt_DESC',
40
})
41
42
const nfts = ref<NFTWithMetadata[]>([])
0 commit comments