Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…er-frontend into develop
  • Loading branch information
Keith-CY committed Nov 17, 2023
2 parents 8d1b130 + ab28049 commit bab642e
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 bab642e

Please sign in to comment.