Skip to content

Commit

Permalink
removed stale comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiren-Mhatre committed Jan 9, 2025
1 parent bc66944 commit e0fa894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/OrgPeopleListCard/OrgPeopleListCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e0fa894

Please sign in to comment.