From 6d0bcb709dc9ab84656d687a56d4d2b7517ab104 Mon Sep 17 00:00:00 2001 From: Denzil Samuel <71846487+samueldenzil@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:06:50 +0530 Subject: [PATCH] fix-issue#11797 (#11800) --- packages/features/settings/BookerLayoutSelector.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/features/settings/BookerLayoutSelector.tsx b/packages/features/settings/BookerLayoutSelector.tsx index 0b044b758e..a0365cd444 100644 --- a/packages/features/settings/BookerLayoutSelector.tsx +++ b/packages/features/settings/BookerLayoutSelector.tsx @@ -55,7 +55,7 @@ export const BookerLayoutSelector = ({ if (flags["booker-layouts"] !== true) return null; return ( - <> +

@@ -84,7 +84,7 @@ export const BookerLayoutSelector = ({ )} /> - +

); };