diff --git a/Client/src/Pages/Account/index.jsx b/Client/src/Pages/Account/index.jsx index 985477cdb..835c1a711 100644 --- a/Client/src/Pages/Account/index.jsx +++ b/Client/src/Pages/Account/index.jsx @@ -34,7 +34,7 @@ const Account = ({ open = "profile" }) => { // Remove password for demo if (user.role.includes("demo")) { - tabList = ["Profile", "Password", "Team"]; + tabList = ["Profile"]; } const handleKeyDown = (event) => {