From 66bb4e561db56726335f4159835e20ba6ecc6886 Mon Sep 17 00:00:00 2001 From: lutangar Date: Wed, 14 Oct 2020 14:06:38 +0200 Subject: [PATCH] fix(filters): Also use radio filters on profile list --- src/app/profiles/App/Pages/Profiles/List/ProfileList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/profiles/App/Pages/Profiles/List/ProfileList.tsx b/src/app/profiles/App/Pages/Profiles/List/ProfileList.tsx index 5b2283a51..eaaa27471 100644 --- a/src/app/profiles/App/Pages/Profiles/List/ProfileList.tsx +++ b/src/app/profiles/App/Pages/Profiles/List/ProfileList.tsx @@ -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';