make it work for now, probably want to rename this back later on

pull/21833/head
Bruno Windels 2018-10-16 17:38:34 +02:00
parent bb184a4ae0
commit 1d2e1d4b6b
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ var LeftPanel = React.createClass({
const containerClasses = classNames(
"mx_LeftPanel_container", "mx_fadable",
{
"mx_LeftPanel_container_collapsed": this.props.collapsed,
"collapsed": this.props.collapsed,
"mx_LeftPanel_container_hasTagPanel": tagPanelEnabled,
"mx_fadable_faded": this.props.disabled,
},