From e0fa8942491defaf39658f8e8171df52a218c4e4 Mon Sep 17 00:00:00 2001 From: Dhiren-Mhatre Date: Thu, 9 Jan 2025 12:25:01 +0530 Subject: [PATCH] removed stale comment line --- src/components/OrgPeopleListCard/OrgPeopleListCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx b/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx index 0050d5cdf1..e7171bff71 100644 --- a/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx +++ b/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx @@ -55,7 +55,6 @@ function orgPeopleListCard( orgid: currentUrl, }, }); - // If the mutation is successful, show a success message and reload the page if (data) { toast.success(t('memberRemoved') as string); props.toggleRemoveModal();