From 9293a3fc7bea21efb146c439bc1a5eceb1916417 Mon Sep 17 00:00:00 2001 From: Moulika Kulkarni Date: Tue, 31 Oct 2023 11:48:40 +0530 Subject: [PATCH] feat:added approved icons Signed-off-by: Moulika Kulkarni --- .../Ecosystem/EcosystemSidebarOption.tsx | 2 +- src/components/organization/users/Members.tsx | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Ecosystem/EcosystemSidebarOption.tsx b/src/components/Ecosystem/EcosystemSidebarOption.tsx index dcd283f20..6aa95f574 100644 --- a/src/components/Ecosystem/EcosystemSidebarOption.tsx +++ b/src/components/Ecosystem/EcosystemSidebarOption.tsx @@ -30,7 +30,7 @@ const EcosystemSidebarOption = () => { > { {!user.roles.includes(Roles.OWNER) && (userRoles.includes(Roles.OWNER) || userRoles.includes(Roles.ADMIN)) ? ( -

editUserRole(user)} className="cursor-pointer mr-2 flex items-center text-sm font-medium text-gray-500 dark:text-gray-400" > - {' '} -

+ {''} + ) : ( -

editUserRole(user)} className="invisible cursor-pointer mr-2 flex items-center text-sm font-medium text-gray-500 dark:text-gray-400" > @@ -225,12 +225,12 @@ const Members = () => { > -

+ )}