From 925fe78c4f8b2203ae55830d14224cc59da00b61 Mon Sep 17 00:00:00 2001 From: nickago Date: Thu, 20 Aug 2015 15:23:12 -0700 Subject: Updated navbar to more accurately mirror desktop preformance --- web/react/components/navbar.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web') diff --git a/web/react/components/navbar.jsx b/web/react/components/navbar.jsx index 3e0a66e92..06c373e5d 100644 --- a/web/react/components/navbar.jsx +++ b/web/react/components/navbar.jsx @@ -152,6 +152,8 @@ module.exports = React.createClass({ var channelMenuDropdown = null; if (channel) { + var viewInfoOption =
  • View Info
  • + var addMembersOption = null; if (!isDirect && !ChannelStore.isDefault(channel)) { addMembersOption =
  • Add Members
  • ; @@ -192,6 +194,7 @@ module.exports = React.createClass({