fix lint
parent
4e773c2665
commit
b0a47da72c
|
@ -213,7 +213,7 @@ export default class RightPanel extends React.Component {
|
||||||
const classes = classNames("mx_RightPanel", "mx_fadable", {
|
const classes = classNames("mx_RightPanel", "mx_fadable", {
|
||||||
"collapsed": this.props.collapsed,
|
"collapsed": this.props.collapsed,
|
||||||
"mx_fadable_faded": this.props.disabled,
|
"mx_fadable_faded": this.props.disabled,
|
||||||
"dark-panel": true
|
"dark-panel": true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue