diff --git a/packages/features/bookings/Booker/Booker.tsx b/packages/features/bookings/Booker/Booker.tsx index 0178edadcb..7774997e38 100644 --- a/packages/features/bookings/Booker/Booker.tsx +++ b/packages/features/bookings/Booker/Booker.tsx @@ -483,15 +483,17 @@ const BookerComponent = ({ }} /> - - {!hideBranding ? : null} - + {!hideBranding && ( + + + + )}