From c831e14ed058bb78f58d5716cdbf1d3826674df9 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 6 Jun 2017 18:29:36 -0400 Subject: Update help text for quick switcher (#6599) --- webapp/components/quick_switch_modal/quick_switch_modal.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'webapp/components/quick_switch_modal') diff --git a/webapp/components/quick_switch_modal/quick_switch_modal.jsx b/webapp/components/quick_switch_modal/quick_switch_modal.jsx index 5ee074c31..24eb8fcba 100644 --- a/webapp/components/quick_switch_modal/quick_switch_modal.jsx +++ b/webapp/components/quick_switch_modal/quick_switch_modal.jsx @@ -274,18 +274,20 @@ export default class QuickSwitchModal extends React.PureComponent { } let help; - if (this.props.showTeamSwitcher) { + if (Utils.isMobile()) { + help = null; + } else if (this.props.showTeamSwitcher) { help = ( ); } else { help = ( ); } -- cgit v1.2.3-1-g7c22