From 78c78a6981ab24c4ebd58a5c6efef77ae2191cad Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Mon, 27 Sep 2021 23:29:50 +0530 Subject: [PATCH] added relative position to placeholder parent (#797) --- components/booking/pages/BookingPage.tsx | 61 ++++++++++++------------ 1 file changed, 31 insertions(+), 30 deletions(-) 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}

-