diff --git a/components/booking/DatePicker.tsx b/components/booking/DatePicker.tsx index 0e02940c..86fda259 100644 --- a/components/booking/DatePicker.tsx +++ b/components/booking/DatePicker.tsx @@ -92,7 +92,7 @@ const DatePicker = ({ weekStart, onDatePicked, workingHours, organizerTimeZone, )), ]); - }, [selectedMonth, inviteeTimeZone]); + }, [selectedMonth, inviteeTimeZone, selectedDate]); return selectedMonth ? (