summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-06 09:50:27 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-06 09:50:27 -0700
commit3d4220ce5ffc34186ef8f9e0f031507cd91b10fa (patch)
tree2d287e175b83c9f2dad42750e4c5dc3f0f014dc8 /web/react/components/admin_console
parentcbe1ab8dbac9502017a5ae5cd4eb01d9c43772e2 (diff)
downloadchat-3d4220ce5ffc34186ef8f9e0f031507cd91b10fa.tar.gz
chat-3d4220ce5ffc34186ef8f9e0f031507cd91b10fa.tar.bz2
chat-3d4220ce5ffc34186ef8f9e0f031507cd91b10fa.zip
PLT-435 adding ability to demote system admin
Diffstat (limited to 'web/react/components/admin_console')
-rw-r--r--web/react/components/admin_console/user_item.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/admin_console/user_item.jsx b/web/react/components/admin_console/user_item.jsx
index 32812e875..c5c6e19d4 100644
--- a/web/react/components/admin_console/user_item.jsx
+++ b/web/react/components/admin_console/user_item.jsx
@@ -127,7 +127,6 @@ export default class UserItem extends React.Component {
if (user.delete_at > 0) {
currentRoles = 'Inactive';
- currentRoles = 'Inactive';
showMakeMember = false;
showMakeAdmin = false;
showMakeSystemAdmin = false;