Pass roomId to IRCTimelineProfileResizer
parent
85faa8ac23
commit
5bba62c28b
|
@ -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…
Reference in New Issue