Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Dec 6, 2024
1 parent 1e5cd07 commit d82122f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/rewards/components/RewardsActivitiesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ const RewardsActivitiesList: FC<RewardActivitiesProps> = () => {
{ enabled: !!userDetails?.userId && activityTypes.length > 0 }
);

console.log(emailTelegramActivities);

return (
<Box
display="flex"
Expand Down

0 comments on commit d82122f

Please sign in to comment.