From cb11f056d97e27a0fa6d69469731c05b21535e82 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 8 Aug 2022 21:26:42 +0300 Subject: [PATCH] reenable "account" setting --- .../Profiles/pages/EditProfilePage/EditProfilePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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',