pull/21833/head
Jorik Schellekens 2020-05-18 16:43:47 +01:00
parent 17f535e5f8
commit 5380e76b7b
2 changed files with 6 additions and 2 deletions
src/components/structures

View File

@ -822,7 +822,11 @@ export default class MessagePanel extends React.Component {
let ircResizer = null;
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 (