wrong layout (#20584)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user