diff --git a/apps/web/components/booking/BookingDescription.tsx b/apps/web/components/booking/BookingDescription.tsx index 01598b5caa..73b7e63a6a 100644 --- a/apps/web/components/booking/BookingDescription.tsx +++ b/apps/web/components/booking/BookingDescription.tsx @@ -55,7 +55,7 @@ const BookingDescription: FC = (props) => { } } } - }, []); + }, [setDuration, eventType.length, eventType.metadata?.multipleDuration, duration]); let requiresConfirmation = eventType?.requiresConfirmation; let requiresConfirmationText = t("requires_confirmation"); const rcThreshold = eventType?.metadata?.requiresConfirmationThreshold;