Skip to content

Commit

Permalink
return instant boosting to sort options
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Jul 20, 2023
1 parent c3c7b1c commit d2b675f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/components/views/projects/ProjectsSortSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
P,
IconFast16,
IconFlash16,
IconRocketInSpace16,
} from '@giveth/ui-design-system';
import Select, {
components,
Expand Down Expand Up @@ -43,11 +44,11 @@ const ProjectsSortSelect = () => {
const { formatMessage } = useIntl();

const sortByOptions = [
// {
// label: formatMessage({ id: 'label.givpower' }),
// value: EProjectsSortBy.INSTANT_BOOSTING,
// icon: <IconRocketInSpace16 color={brandColors.deep[900]} />,
// },
{
label: formatMessage({ id: 'label.givpower' }),
value: EProjectsSortBy.INSTANT_BOOSTING,
icon: <IconRocketInSpace16 color={brandColors.deep[900]} />,
},
{
label: formatMessage({ id: 'label.rank' }),
value: EProjectsSortBy.GIVPOWER,
Expand Down

0 comments on commit d2b675f

Please sign in to comment.