You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Remove mx_GroupLayout (#8876)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user