diff --git a/components/booking/pages/BookingPage.tsx b/components/booking/pages/BookingPage.tsx index c78c5d7d..27027221 100644 --- a/components/booking/pages/BookingPage.tsx +++ b/components/booking/pages/BookingPage.tsx @@ -186,8 +186,8 @@ const BookingPage = (props: BookingPageProps) => {
{isReady && ( -
-
+
+
{ })) )} /> -

+

{props.profile.name}

-

+

{props.eventType.title}

-

+

{props.eventType.length} minutes

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

+

{

)} {selectedLocation === LocationType.InPerson && ( -

+

{locationInfo(selectedLocation).address}

)} -

+

{parseZone(date).format(timeFormat + ", dddd DD MMMM YYYY")}

-

{props.eventType.description}

+

{props.eventType.description}

-