Remove mx_GroupLayout (#8876)
This commit is contained in:
parent
eca14dea57
commit
4b2a922e2e
7 changed files with 3 additions and 19 deletions
|
@ -1752,7 +1752,6 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
|
|||
private get messagePanelClassNames(): string {
|
||||
return classNames("mx_RoomView_messagePanel", {
|
||||
mx_IRCLayout: this.state.layout === Layout.IRC,
|
||||
mx_GroupLayout: this.state.layout === Layout.Group,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue