diff --git a/apps/web/components/booking/pages/AvailabilityPage.tsx b/apps/web/components/booking/pages/AvailabilityPage.tsx index 84eca3e9a2..c9f864ca31 100644 --- a/apps/web/components/booking/pages/AvailabilityPage.tsx +++ b/apps/web/components/booking/pages/AvailabilityPage.tsx @@ -258,12 +258,6 @@ const AvailabilityPage = ({ profile, plan, eventType, workingHours, previousPage {eventType.description}

)} - {eventType.locations.length === 1 && ( -

- - {locationKeyToString(eventType.locations[0], t)} -

- )} {eventType.locations.length === 1 && (

{Object.values(AppStoreLocationType).includes( @@ -278,12 +272,12 @@ const AvailabilityPage = ({ profile, plan, eventType, workingHours, previousPage

)}

- + {eventType.length} {t("minutes")}

{eventType.price > 0 && ( -
- +
+ -

+

{t("every_for_freq", { freq: t( `${RRuleFrequency[eventType.recurringEvent.freq].toString().toLowerCase()}` @@ -405,7 +399,7 @@ const AvailabilityPage = ({ profile, plan, eventType, workingHours, previousPage setRecurringEventCount(parseInt(event?.target.value)); }} /> -

+

{t(`${RRuleFrequency[eventType.recurringEvent.freq].toString().toLowerCase()}`, { count: recurringEventCount, })} @@ -413,7 +407,7 @@ const AvailabilityPage = ({ profile, plan, eventType, workingHours, previousPage

)} {eventType.price > 0 && ( -

+

- + {timeZone()} {isTimeOptionsOpen ? (