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