From c23a2102f470761141dfe300feaa65e66cf60bc1 Mon Sep 17 00:00:00 2001 From: Rama Krishna Reddy <49095575+rkreddy99@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:47:02 +0530 Subject: [PATCH] remove max width from bookings page (#10126) Co-authored-by: rkreddy99 --- packages/features/bookings/layout/BookingLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/features/bookings/layout/BookingLayout.tsx b/packages/features/bookings/layout/BookingLayout.tsx index 76d02617c5..5081d69da7 100644 --- a/packages/features/bookings/layout/BookingLayout.tsx +++ b/packages/features/bookings/layout/BookingLayout.tsx @@ -36,14 +36,14 @@ export default function BookingLayout({ }: { children: React.ReactNode } & ComponentProps) { return ( -
+
-
{children}
+
{children}
);