mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
useIRCLayout moved to props
This commit is contained in:
parent
419857c29c
commit
df18638164
@ -799,7 +799,7 @@ export default class MessagePanel extends React.Component {
|
||||
}
|
||||
|
||||
let ircResizer = null;
|
||||
if (this.state.useIRCLayout) {
|
||||
if (this.props.useIRCLayout) {
|
||||
ircResizer = <IRCTimelineProfileResizer
|
||||
minWidth={20}
|
||||
maxWidth={600}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user