From 2db4222ffef4186c884edf7ed32caadf58414311 Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:50:29 +0530 Subject: [PATCH] wrong layout (#20584) --- packages/platform/atoms/booker/BookerWebWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/platform/atoms/booker/BookerWebWrapper.tsx b/packages/platform/atoms/booker/BookerWebWrapper.tsx index 62b6b97d61..db1304331c 100644 --- a/packages/platform/atoms/booker/BookerWebWrapper.tsx +++ b/packages/platform/atoms/booker/BookerWebWrapper.tsx @@ -73,7 +73,7 @@ export const BookerWebWrapper = (props: BookerWebWrapperAtomProps) => { rescheduleUid, rescheduledBy, bookingUid: bookingUid, - layout: bookerLayout.defaultLayout, + layout: bookerLayout.isMobile ? "mobile" : bookerLayout.defaultLayout, org: props.entity.orgSlug, timezone, });