Pass roomId to IRCTimelineProfileResizer

pull/21833/head
Jorik Schellekens 2020-06-01 18:27:10 +01:00
parent 85faa8ac23
commit 5bba62c28b
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ export default class MessagePanel extends React.Component {
ircResizer = <IRCTimelineProfileResizer
minWidth={20}
maxWidth={600}
roomId={this.props.room ? this.props.roomroomId : null}
roomId={this.props.room ? this.props.room.roomId : null}
/>;
}