revert tablist to original

This commit is contained in:
Gunin Wasan
2024-11-30 02:08:52 -05:00
parent 7e07f01724
commit 3fc3cacc2f
+1 -1
View File
@@ -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) => {