From c3c7f8284122a803557bce06edf300d2f3d0e063 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 12 Jul 2022 16:33:12 +0200 Subject: [PATCH] hide back button for embeds (#3339) --- apps/web/components/booking/pages/AvailabilityPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/booking/pages/AvailabilityPage.tsx b/apps/web/components/booking/pages/AvailabilityPage.tsx index fbbab0aa89..bfcd2b5e49 100644 --- a/apps/web/components/booking/pages/AvailabilityPage.tsx +++ b/apps/web/components/booking/pages/AvailabilityPage.tsx @@ -652,7 +652,7 @@ const AvailabilityPage = ({ profile, eventType }: Props) => { {timezoneDropdown} - + {!isEmbed && } {/* Temporarily disabled - booking?.startTime && rescheduleUid && (