diff --git a/client/src/components/profileSettings/index.tsx b/client/src/components/profileSettings/index.tsx index 2ab7921..71b9a6c 100644 --- a/client/src/components/profileSettings/index.tsx +++ b/client/src/components/profileSettings/index.tsx @@ -15,7 +15,6 @@ const ProfileSettings: React.FC = () => { newPassword, confirmNewPassword, successMessage, - errorMessage, showConfirmation, pendingAction, canEditProfile, @@ -141,30 +140,6 @@ const ProfileSettings: React.FC = () => { )} - {errorMessage && ( -
-
-
- - - -
-
-

- {errorMessage} -

-
-
-
- )} {userData ? (
{/* Header */}