Pass roomId to IRCTimelineProfileResizer
This commit is contained in:
@@ -803,7 +803,7 @@ export default class MessagePanel extends React.Component {
|
|||||||
ircResizer = <IRCTimelineProfileResizer
|
ircResizer = <IRCTimelineProfileResizer
|
||||||
minWidth={20}
|
minWidth={20}
|
||||||
maxWidth={600}
|
maxWidth={600}
|
||||||
roomId={this.props.room ? this.props.roomroomId : null}
|
roomId={this.props.room ? this.props.room.roomId : null}
|
||||||
/>;
|
/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user