From b3481184af0ff06bdea259525eb9bc1ed7d4e553 Mon Sep 17 00:00:00 2001 From: Sylvain Lafay Date: Thu, 28 Nov 2024 16:10:36 +0100 Subject: [PATCH] fix: condition affichage alerte liste des membres --- assets/entrepot/pages/communities/CommunityMembers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/entrepot/pages/communities/CommunityMembers.tsx b/assets/entrepot/pages/communities/CommunityMembers.tsx index 55e9ac66..70e06a62 100644 --- a/assets/entrepot/pages/communities/CommunityMembers.tsx +++ b/assets/entrepot/pages/communities/CommunityMembers.tsx @@ -289,7 +289,7 @@ const CommunityMembers: FC = ({ communityId, userId }) => )} )} - {isAuthorized === false && ( + {isLoadingCommunity === false && isAuthorized === false && ( )}