wrong layout (#20584)

This commit is contained in:
Anik Dhabal Babu
2025-04-08 05:20:29 +00:00
committed by GitHub
parent 1dc5cd4d41
commit 2db4222ffe
@@ -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,
});