diff --git a/src/components/creatorsStaking/Creators/SortByDropDown.tsx b/src/components/creatorsStaking/Creators/SortByDropDown.tsx index 66e14857..5a6d7390 100644 --- a/src/components/creatorsStaking/Creators/SortByDropDown.tsx +++ b/src/components/creatorsStaking/Creators/SortByDropDown.tsx @@ -31,16 +31,16 @@ const SortByDropDown = ({ text: 'Default', onClick: () => changeSortBy('default'), }, - { - key: 'total-stake', - text: 'Total stake', - onClick: () => changeSortBy('total-stake'), - }, - { - key: 'backers', - text: 'Stakers', - onClick: () => changeSortBy('backers'), - }, + // { + // key: 'total-stake', + // text: 'Total stake', + // onClick: () => changeSortBy('total-stake'), + // }, + // { + // key: 'backers', + // text: 'Stakers', + // onClick: () => changeSortBy('backers'), + // }, { key: 'my-stake', text: 'My stake',