Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jun 10, 2024
1 parent a94ff4c commit 2532e46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(pages)/patient/components/ProfileSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default async function ProfileSettings({
const toggleVisibility = () => setIsVisible(!isVisible);

function handleFormSubmit(e: React.FormEvent<HTMLFormElement>) {
// : Promise<void>
e.preventDefault();
}

Expand Down

0 comments on commit 2532e46

Please sign in to comment.