diff --git a/packages/features/bookings/Booker/Booker.tsx b/packages/features/bookings/Booker/Booker.tsx index 17198fcacd..98b600b72a 100644 --- a/packages/features/bookings/Booker/Booker.tsx +++ b/packages/features/bookings/Booker/Booker.tsx @@ -247,18 +247,6 @@ const BookerComponent = ({ <> {event.data && !isPlatform ? : <>} - {bookerState !== "booking" && event.data?.isInstantEvent && ( -
- { - onConnectNowInstantMeeting(); - }} - /> -
- )}
+ + {bookerState !== "booking" && event.data?.isInstantEvent && ( +
+ { + onConnectNowInstantMeeting(); + }} + /> +
+ )} {!hideBranding && !isPlatform && (