summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-12-07 15:40:33 -0500
committerJoramWilander <jwawilander@gmail.com>2015-12-07 15:40:33 -0500
commit57fac4ec08a74bd0e193c0bd90843723989134a7 (patch)
tree41cb77881d139e859617ddb4391d5ecf9cd39c6c /web/react/components
parentb06f11fd632f146a204b4ef1357a8c099bade072 (diff)
downloadchat-57fac4ec08a74bd0e193c0bd90843723989134a7.tar.gz
chat-57fac4ec08a74bd0e193c0bd90843723989134a7.tar.bz2
chat-57fac4ec08a74bd0e193c0bd90843723989134a7.zip
Don't display system console on mobile
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/sidebar_right_menu.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/sidebar_right_menu.jsx b/web/react/components/sidebar_right_menu.jsx
index 108b1c1b9..d93d146d8 100644
--- a/web/react/components/sidebar_right_menu.jsx
+++ b/web/react/components/sidebar_right_menu.jsx
@@ -87,7 +87,7 @@ export default class SidebarRightMenu extends React.Component {
);
}
- if (isSystemAdmin) {
+ if (isSystemAdmin && !utils.isMobile()) {
consoleLink = (
<li>
<a