Skip to content

Commit

Permalink
fix: removed console log (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
melniiv committed Feb 6, 2024
1 parent 1ca21b5 commit d9ff08b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/domain/child/ChildEventInvitationLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export default function ChildEventInvitationLabel({ childId }: Props) {
},
});

console.log(data?.child);

const upcomingEventsWhereChildCanEnrol =
data?.child?.upcomingEventsAndEventGroups?.edges?.map(
(edge) => edge?.node?.canChildEnroll
Expand Down

0 comments on commit d9ff08b

Please sign in to comment.