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

This commit is contained in:
Bruno Windels 2018-10-16 17:38:34 +02:00
parent bb184a4ae0
commit 1d2e1d4b6b

View file

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