summaryrefslogtreecommitdiffstats
path: root/webapp/components/needs_team/needs_team.jsx
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-09-06 04:34:53 +0800
committerGitHub <noreply@github.com>2017-09-06 04:34:53 +0800
commit2977b31a3942ac0e6bd2ad1c38f2c008037c54a6 (patch)
tree3bb0077cdbd11a9bab5cff65f309c12e4371139b /webapp/components/needs_team/needs_team.jsx
parent8d680cf64ec7fb6c8b242b8048989d0f0550cb68 (diff)
downloadchat-2977b31a3942ac0e6bd2ad1c38f2c008037c54a6.tar.gz
chat-2977b31a3942ac0e6bd2ad1c38f2c008037c54a6.tar.bz2
chat-2977b31a3942ac0e6bd2ad1c38f2c008037c54a6.zip
slight modifications to keyboards dialog and also fix error with non-Mac (#7367)
Diffstat (limited to 'webapp/components/needs_team/needs_team.jsx')
-rw-r--r--webapp/components/needs_team/needs_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/needs_team/needs_team.jsx b/webapp/components/needs_team/needs_team.jsx
index 387710c9d..349b9ae67 100644
--- a/webapp/components/needs_team/needs_team.jsx
+++ b/webapp/components/needs_team/needs_team.jsx
@@ -234,7 +234,7 @@ export default class NeedsTeam extends React.Component {
<RemovedFromChannelModal/>
<ResetStatusModal/>
<LeavePrivateChannelModal/>
- <ShortcutsModal/>
+ <ShortcutsModal isMac={Utils.isMac()}/>
</div>
</div>
);