summaryrefslogtreecommitdiffstats
path: root/web/react/components/navbar_dropdown.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-29 13:16:55 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-29 13:16:55 -0700
commit0c4227994bf0b33b129de4075c591e228a93c8de (patch)
treef0c3ac0e78b96b1ebc915e238598e058cbe3c8ee /web/react/components/navbar_dropdown.jsx
parent942702ff1a6cc3763742ea9fec6ecc587d998411 (diff)
downloadchat-0c4227994bf0b33b129de4075c591e228a93c8de.tar.gz
chat-0c4227994bf0b33b129de4075c591e228a93c8de.tar.bz2
chat-0c4227994bf0b33b129de4075c591e228a93c8de.zip
PLT-435 adding system console link to RHS
Diffstat (limited to 'web/react/components/navbar_dropdown.jsx')
-rw-r--r--web/react/components/navbar_dropdown.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/navbar_dropdown.jsx b/web/react/components/navbar_dropdown.jsx
index 4c01d2c43..57a78a0d4 100644
--- a/web/react/components/navbar_dropdown.jsx
+++ b/web/react/components/navbar_dropdown.jsx
@@ -62,7 +62,7 @@ export default class NavbarDropdown extends React.Component {
if (currentUser != null) {
isAdmin = Utils.isAdmin(currentUser.roles);
- isSystemAdmin = Utils.isInRole(currentUser.roles, 'system_admin');
+ isSystemAdmin = Utils.isSystemAdmin(currentUser.roles);
inviteLink = (
<li>