From c4803be32303bb863a2190168d792bab2cf9a196 Mon Sep 17 00:00:00 2001
From: Lane <26094878+laneme@users.noreply.github.com>
Date: Wed, 7 Feb 2024 14:08:06 +0000
Subject: [PATCH] fix #13527 (#13579)
Co-authored-by: Lane <>
---
packages/features/bookings/Booker/Booker.tsx | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
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 && (
+
+
+
+ )}