summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-18 08:56:24 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-18 08:56:24 -0400
commit4805608cc9cf79277f37b94bbe38398816469884 (patch)
tree167962b7f56a4213dc0c945b33ed446fac9c5891 /web/react/components/sidebar.jsx
parent390cb47ec37c0bbddb829cae9cefeb8e0e97b7a1 (diff)
parentf68a8c8de3bbaf0179023e12da89c6f22f5b21a7 (diff)
downloadchat-4805608cc9cf79277f37b94bbe38398816469884.tar.gz
chat-4805608cc9cf79277f37b94bbe38398816469884.tar.bz2
chat-4805608cc9cf79277f37b94bbe38398816469884.zip
Merge pull request #391 from asaadmahmoodspin/master
Multiple UI changes
Diffstat (limited to 'web/react/components/sidebar.jsx')
-rw-r--r--web/react/components/sidebar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/sidebar.jsx b/web/react/components/sidebar.jsx
index a8496b385..6735bd6e5 100644
--- a/web/react/components/sidebar.jsx
+++ b/web/react/components/sidebar.jsx
@@ -366,8 +366,8 @@ module.exports = React.createClass({
<li key={channel.name} ref={channel.name} className={linkClass}>
<a className={'sidebar-channel ' + titleClass} href={href} onClick={clickHandler}>
{status}
- {badge}
{channel.display_name}
+ {badge}
</a>
</li>
);