diff options
author | Harrison Healey <harrisonmhealey@gmail.com> | 2016-02-22 10:54:42 -0500 |
---|---|---|
committer | Harrison Healey <harrisonmhealey@gmail.com> | 2016-02-22 10:54:42 -0500 |
commit | 32ae72d91d31699899d5e2084cf7faa40c81e42c (patch) | |
tree | 7e5e2f7ed7a1d2edca368ca91bd8416336a6cedf /web/react/components/channel_header.jsx | |
parent | 51680a7cd84661340cb727fea09b99d5350d9160 (diff) | |
parent | 4c92a1c1e35402730f74cf24a0c71729f4d0a676 (diff) | |
download | chat-32ae72d91d31699899d5e2084cf7faa40c81e42c.tar.gz chat-32ae72d91d31699899d5e2084cf7faa40c81e42c.tar.bz2 chat-32ae72d91d31699899d5e2084cf7faa40c81e42c.zip |
Merge pull request #2208 from mattermost/client-upgrades
Updating some client deps + eslint
Diffstat (limited to 'web/react/components/channel_header.jsx')
-rw-r--r-- | web/react/components/channel_header.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx index a827cbcc6..b5eb546cf 100644 --- a/web/react/components/channel_header.jsx +++ b/web/react/components/channel_header.jsx @@ -408,7 +408,7 @@ export default class ChannelHeader extends React.Component { aria-expanded='true' > <strong className='heading'>{channelTitle} </strong> - <span className='glyphicon glyphicon-chevron-down header-dropdown__icon' /> + <span className='glyphicon glyphicon-chevron-down header-dropdown__icon'/> </a> <ul className='dropdown-menu' @@ -439,7 +439,7 @@ export default class ChannelHeader extends React.Component { channelId={channel.id} /> </th> - <th className='search-bar__container'><NavbarSearchBox /></th> + <th className='search-bar__container'><NavbarSearchBox/></th> <th> <div className='dropdown channel-header__links'> <OverlayTrigger |