Merge pull request #1645 from mattermost/plt-1365

PLT-1365 Don't display system console on mobile
This commit is contained in:
Christopher Speller
2015-12-08 08:20:36 -05:00

View File

@@ -87,7 +87,7 @@ export default class SidebarRightMenu extends React.Component {
);
}
if (isSystemAdmin) {
if (isSystemAdmin && !utils.isMobile()) {
consoleLink = (
<li>
<a