From 2532e460b5d24e92c31926cf5bf8ac9e4e6f8c1a Mon Sep 17 00:00:00 2001 From: Anand Suthar Date: Mon, 10 Jun 2024 23:55:57 +0530 Subject: [PATCH] minor --- app/(pages)/patient/components/ProfileSettings/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/(pages)/patient/components/ProfileSettings/index.tsx b/app/(pages)/patient/components/ProfileSettings/index.tsx index e022003..906681c 100644 --- a/app/(pages)/patient/components/ProfileSettings/index.tsx +++ b/app/(pages)/patient/components/ProfileSettings/index.tsx @@ -15,7 +15,6 @@ export default async function ProfileSettings({ const toggleVisibility = () => setIsVisible(!isVisible); function handleFormSubmit(e: React.FormEvent) { - // : Promise e.preventDefault(); }