Pass roomId to IRCTimelineProfileResizer
This commit is contained in:
parent
85faa8ac23
commit
5bba62c28b
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
/>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue