diff --git a/packages/atoms/availabilitylist/ScheduleListItem.tsx b/packages/atoms/availabilitylist/ScheduleListItem.tsx index 090693631d..f7ec6ee7b5 100644 --- a/packages/atoms/availabilitylist/ScheduleListItem.tsx +++ b/packages/atoms/availabilitylist/ScheduleListItem.tsx @@ -30,7 +30,7 @@ type Schedule = { timezone: string | null; }; -export function ScheduleListItem({ +export function Availability({ schedule, isDeletable, displayOptions, @@ -112,7 +112,6 @@ export function ScheduleListItem({ { - console.log("hi"); if (!isDeletable) { toast({ description: "You are required to have at least one schedule",