Skip to content

Commit

Permalink
Merge pull request #1386 from nervosnetwork/testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Nov 15, 2023
2 parents ac74476 + e127d33 commit 79ad87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NftCollections/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const NFTSortByTypes = ['transactions', 'holder', 'minted'] as const
type NFTSortByType = (typeof NFTSortByTypes)[number]

export const useNFTCollectionsSortParam = () =>
useSortParam<NFTSortByType>(s => includes(NFTSortByTypes, s), 'holder.asc')
useSortParam<NFTSortByType>(s => includes(NFTSortByTypes, s), 'transactions.desc')

0 comments on commit 79ad87b

Please sign in to comment.