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 && ( )}