mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #1645 from mattermost/plt-1365
PLT-1365 Don't display system console on mobile
This commit is contained in:
@@ -87,7 +87,7 @@ export default class SidebarRightMenu extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
if (isSystemAdmin) {
|
||||
if (isSystemAdmin && !utils.isMobile()) {
|
||||
consoleLink = (
|
||||
<li>
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user