summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-07 08:30:57 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-07 08:30:57 -0400
commitcf9ce772c2d27e6d0c848d47c6bdb7aaa626abb4 (patch)
tree535c0d674dd9d00c1586af15ac4667483274dfcc /web/react/components/admin_console
parent2cd546370fe633c2b323dba510c2d0ee8a2a1788 (diff)
parent3b4b79d99f8795a26c38b843ca822f38e27ddc23 (diff)
downloadchat-cf9ce772c2d27e6d0c848d47c6bdb7aaa626abb4.tar.gz
chat-cf9ce772c2d27e6d0c848d47c6bdb7aaa626abb4.tar.bz2
chat-cf9ce772c2d27e6d0c848d47c6bdb7aaa626abb4.zip
Merge pull request #947 from mattermost/PLT-435
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;