mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-12 12:39:05 -05:00
revert tablist to original
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user