From dca2922ef823bc6ccc6a6bbc8563d83aa5dff286 Mon Sep 17 00:00:00 2001 From: Rajiv Sahal Date: Mon, 8 Jul 2024 14:00:55 +0200 Subject: [PATCH] fix: booker atom types (#15685) Co-authored-by: Rajiv Sahal --- packages/platform/atoms/booker/BookerPlatformWrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/platform/atoms/booker/BookerPlatformWrapper.tsx b/packages/platform/atoms/booker/BookerPlatformWrapper.tsx index feb9a9e2c1..25cf35aa38 100644 --- a/packages/platform/atoms/booker/BookerPlatformWrapper.tsx +++ b/packages/platform/atoms/booker/BookerPlatformWrapper.tsx @@ -380,6 +380,7 @@ export const BookerPlatformWrapper = (props: BookerPlatformWrapperAtomProps) => return; }, renderConfirmNotVerifyEmailButtonCond: true, + isVerificationCodeSending: false, }} bookerForm={bookerForm} event={event}