From 00bedb3ba09c72b1619fbda9275f840d9a93de61 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 8 Aug 2022 21:26:00 +0300 Subject: [PATCH] hide "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 8382d21..787c952 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',