From d07c57a339b9c92fa9e2d137f76a906919c7d089 Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Tue, 17 Jan 2023 19:29:49 +0530 Subject: [PATCH] WIP --- .../components/booking/pages/BookingPage.tsx | 228 +++++++++--------- 1 file changed, 113 insertions(+), 115 deletions(-) diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index c17fd5fb1d..904f6d5de4 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -722,126 +722,124 @@ const BookingPage = ({ )} )} - {eventType.customInputs - .sort((a, b) => a.id - b.id) - .map((input) => ( -
- {input.type !== EventTypeCustomInputType.BOOL && ( - - )} - {input.type === EventTypeCustomInputType.TEXTLONG && ( -