Skip to content

Commit

Permalink
fix(filters): Also use radio filters on profile list
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Oct 15, 2020
1 parent ebba5c6 commit 66bb4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/profiles/App/Pages/Profiles/List/ProfileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import BrowserNotSupportedPopin from '../BrowserNotSupportedPopin';
import StatsWrapper from 'components/atoms/Contributor/StatsWrapper';
import Loader from 'components/atoms/Loader';
import pathToContributor from 'app/profiles/App/pathToContributor';
import Filters from 'components/molecules/Filters/FiltersCheckboxes';
import Filters from 'components/molecules/Filters/RadiosFilters';
import useContributorsFilters from 'app/profiles/App/useContributorsRadiosFilters';
import ProfileTabs from '../../../ProfileTabs';

Expand Down

0 comments on commit 66bb4e5

Please sign in to comment.