From e4a5bba18e7914357964f50fd6fb7194df5bc4e6 Mon Sep 17 00:00:00 2001 From: Sean Brydon Date: Wed, 18 Oct 2023 14:28:18 +0100 Subject: [PATCH] fix hydration error --- apps/web/pages/signup.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index 96ae1ce310..6a472cd93d 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -8,7 +8,6 @@ import type { CSSProperties } from "react"; import { useState, useEffect } from "react"; import type { SubmitHandler } from "react-hook-form"; import { useForm, useFormContext } from "react-hook-form"; -import { Trans } from "react-i18next"; import { z } from "zod"; import getStripe from "@calcom/app-store/stripepayment/lib/client"; @@ -19,7 +18,7 @@ import { isSAMLLoginEnabled } from "@calcom/features/ee/sso/lib/saml"; import { useFlagMap } from "@calcom/features/flags/context/provider"; import { getFeatureFlagMap } from "@calcom/features/flags/server/utils"; import { classNames } from "@calcom/lib"; -import { APP_NAME, IS_CALCOM, IS_SELF_HOSTED, WEBAPP_URL, WEBSITE_URL } from "@calcom/lib/constants"; +import { APP_NAME, IS_CALCOM, IS_SELF_HOSTED, WEBAPP_URL } from "@calcom/lib/constants"; import { fetchUsername } from "@calcom/lib/fetchUsername"; import { useDebounce } from "@calcom/lib/hooks/useDebounce"; import { useLocale } from "@calcom/lib/hooks/useLocale"; @@ -371,7 +370,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup {t("already_have_account")} -
+ {/*
By signing up, you agree to our @@ -381,7 +380,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup Privacy Policy -
+
*/}