Skip to content

Commit

Permalink
Issue #PS-000 feat: Fixed env issues
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Aug 13, 2024
1 parent 8fb28cf commit e6447be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/centers/[cohortId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const TeachingCenterDetails = () => {
};

const handleSchedule = () => {
console.log("create event===>", createEvent);
setCreateEvent(true);
};

Expand Down

0 comments on commit e6447be

Please sign in to comment.