Skip to content

Commit

Permalink
Updated PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikesh-Sonawane99 committed Jun 20, 2024
1 parent 71eee40 commit 0b87118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DropOutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function DropOutModal({
statusReason,
membershipId,
});
console.log('!!!!!!!!!!!!!!!!!!!!!', response);
// console.log('!!!!!!!!!!!!!!!!!!!!!', response);
ReactGA.event('dropout-student-successful', {
cohortMembershipId: membershipId,
});
Expand Down
2 changes: 1 addition & 1 deletion src/components/LearnersList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const LearnersList: React.FC<LearnerListProps> = ({
memberStatus,
membershipId,
});
console.log('!!!!!!!!!!!!!!!!!!!!!', response);
// console.log('!!!!!!!!!!!!!!!!!!!!!', response);
ReactGA.event('remove-student-successful', {
cohortMembershipId: membershipId,
});
Expand Down

0 comments on commit 0b87118

Please sign in to comment.