diff --git a/apps/web/pages/getting-started.tsx b/apps/web/pages/getting-started.tsx index 2b88b2b7ab..57d7669f90 100644 --- a/apps/web/pages/getting-started.tsx +++ b/apps/web/pages/getting-started.tsx @@ -268,7 +268,10 @@ export default function Onboarding(props: inferSSRProps - {selectedImport == "" && ( + {/** @NOTE: Hiding temporarily + * @URL related: https://github.com/calcom/cal.com/issues/3941 + */} + {/* {selectedImport == "" && (
- )} - {selectedImport && ( + )} */} + {/* {selectedImport && (

{t("import_from")} {selectedImport === "calendly" ? "Calendly" : "SavvyCal"} @@ -333,7 +336,7 @@ export default function Onboarding(props: inferSSRProps

- )} + )}
+ */}
{user.username !== "" && (