lint
This commit is contained in:
@@ -822,7 +822,11 @@ export default class MessagePanel extends React.Component {
|
|||||||
|
|
||||||
let ircResizer = null;
|
let ircResizer = null;
|
||||||
if (this.state.useIRCLayout) {
|
if (this.state.useIRCLayout) {
|
||||||
ircResizer = <IRCTimelineProfileResizer minWidth={20} maxWidth={600} roomId={this.props.room ? this.props.roomroomId : null} />;
|
ircResizer = <IRCTimelineProfileResizer
|
||||||
|
minWidth={20}
|
||||||
|
maxWidth={600}
|
||||||
|
roomId={this.props.room ? this.props.roomroomId : null}
|
||||||
|
/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user