summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-14 09:11:35 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-14 09:11:35 -0400
commit6c4022337cc097efcf33bd9eb61183eaa566f830 (patch)
tree8f5a979008843085c897bb87e9f523482e68e9eb /web
parent962a5d8beb8b0eb634b1bff9258b209142041dc9 (diff)
downloadchat-6c4022337cc097efcf33bd9eb61183eaa566f830.tar.gz
chat-6c4022337cc097efcf33bd9eb61183eaa566f830.tar.bz2
chat-6c4022337cc097efcf33bd9eb61183eaa566f830.zip
Fixed overwritten CSS class in the sidebar
Diffstat (limited to 'web')
-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 814b2e264..4911f17ef 100644
--- a/web/react/components/sidebar.jsx
+++ b/web/react/components/sidebar.jsx
@@ -474,7 +474,7 @@ export default class Sidebar extends React.Component {
</OverlayTrigger>
);
- rowClass = ' has-close';
+ rowClass += ' has-close';
}
return (