diff --git a/src/features/Profiles/pages/EditProfilePage/EditProfilePage.tsx b/src/features/Profiles/pages/EditProfilePage/EditProfilePage.tsx index 787c952..8382d21 100644 --- a/src/features/Profiles/pages/EditProfilePage/EditProfilePage.tsx +++ b/src/features/Profiles/pages/EditProfilePage/EditProfilePage.tsx @@ -16,10 +16,10 @@ const links = [ text: "👾 My Profile", path: 'my-profile', }, - // { - // text: "🙍‍♂️ Account", - // path: 'account', - // }, + { + text: "🙍‍♂️ Account", + path: 'account', + }, { text: "⚙️ Preferences", path: 'preferences',