diff --git a/apps/web/modules/event-types/components/EventTypeDescription.tsx b/apps/web/modules/event-types/components/EventTypeDescription.tsx index 94ada7535ec34b..29dfa02e816592 100644 --- a/apps/web/modules/event-types/components/EventTypeDescription.tsx +++ b/apps/web/modules/event-types/components/EventTypeDescription.tsx @@ -122,7 +122,7 @@ export const EventTypeDescription = ({ )} {/* TODO: Maybe add a tool tip to this? */} - {eventType.requiresConfirmation || (recurringEvent?.count && recurringEvent.count) ? ( + {eventType.requiresConfirmation || (recurringEvent?.count) ? (
  • {[eventType.requiresConfirmation, recurringEvent?.count].filter(Boolean).length}