Skip to content

Commit

Permalink
Merge pull request #91 from dappforce/improvement/iframe
Browse files Browse the repository at this point in the history
Hide total stake and stakers sort option
  • Loading branch information
olehmell authored Nov 6, 2023
2 parents 5136b2c + 1c15db9 commit 580664c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/creatorsStaking/Creators/SortByDropDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 580664c

Please sign in to comment.