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}
);