From 315ffb61acf4f8c7b05ba1e9187a97dff8736727 Mon Sep 17 00:00:00 2001 From: m5r Date: Sat, 14 May 2022 19:53:04 +0200 Subject: [PATCH] clean --- app/features/public-area/components/hero.tsx | 2 +- .../settings/components/account/profile-informations.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/features/public-area/components/hero.tsx b/app/features/public-area/components/hero.tsx index fa0aac4..d9677af 100644 --- a/app/features/public-area/components/hero.tsx +++ b/app/features/public-area/components/hero.tsx @@ -14,7 +14,7 @@ export default function Hero() { Take your phone number {" "} - anywhere you dgo + anywhere you go

diff --git a/app/features/settings/components/account/profile-informations.tsx b/app/features/settings/components/account/profile-informations.tsx index 6327eea..a893308 100644 --- a/app/features/settings/components/account/profile-informations.tsx +++ b/app/features/settings/components/account/profile-informations.tsx @@ -18,7 +18,6 @@ const ProfileInformations: FunctionComponent = () => { const isSuccess = actionData?.submitted; const isCurrentFormTransition = transition.submission?.formData.get("_action") === "updateUser"; const isSubmitting = isCurrentFormTransition && transition.state === "submitting"; - console.log("isSuccess", isSuccess, actionData); return (