Remove mx_GroupLayout (#8876)
This commit is contained in:
parent
eca14dea57
commit
4b2a922e2e
7 changed files with 3 additions and 19 deletions
|
@ -276,7 +276,6 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
|
|||
<h3>{ _t("Message preview") }</h3>
|
||||
<div className={classnames("mx_ForwardDialog_preview", {
|
||||
"mx_IRCLayout": previewLayout == Layout.IRC,
|
||||
"mx_GroupLayout": previewLayout == Layout.Group,
|
||||
})}>
|
||||
<EventTile
|
||||
mxEvent={mockEvent}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue