From e5fa202a09a714c7e2c94a62856eea2158d2e8d5 Mon Sep 17 00:00:00 2001 From: "GitStart-Cal.com" <121884634+gitstart-calcom@users.noreply.github.com> Date: Thu, 12 Jan 2023 19:40:00 +0545 Subject: [PATCH] CALCOM-6398 - [CAL-749] remove ethSignature from query if unused (#6425) Co-authored-by: gitstart-calcom --- apps/web/components/booking/AvailableTimes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/booking/AvailableTimes.tsx b/apps/web/components/booking/AvailableTimes.tsx index daba4dd91e..fa6a0eb943 100644 --- a/apps/web/components/booking/AvailableTimes.tsx +++ b/apps/web/components/booking/AvailableTimes.tsx @@ -87,7 +87,7 @@ const AvailableTimes: FC = ({ slug: eventTypeSlug, /** Treat as recurring only when a count exist and it's not a rescheduling workflow */ count: recurringCount && !rescheduleUid ? recurringCount : undefined, - ethSignature, + ...(ethSignature ? { ethSignature } : {}), }, };