From b6ed2186e789e5d90dbd6c0d3cf8025fb8fc01ac Mon Sep 17 00:00:00 2001 From: zuies Date: Tue, 19 Dec 2023 11:29:50 +0300 Subject: [PATCH] hide overflow scroll --- .../FilterPopover/FilterRolesPopover.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/components/global/FilterPopover/FilterRolesPopover.tsx b/src/components/global/FilterPopover/FilterRolesPopover.tsx index 472d5c67..a7cf1515 100644 --- a/src/components/global/FilterPopover/FilterRolesPopover.tsx +++ b/src/components/global/FilterPopover/FilterRolesPopover.tsx @@ -235,22 +235,6 @@ function FilterRolesPopover({ handleSelectedRoles }: IFilterRolesPopover) { } }; - const renderRoleItem = (option: IRoles) => ( -
- -
{option.name}
-
- ); - return (
{fetchedRoles && fetchedRoles.results.length > 0 ? (