1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-05 15:22:09 +03:00

Remove mx_GroupLayout (#8876)

This commit is contained in:
Suguru Hirahara
2022-06-25 11:51:07 +00:00
committed by GitHub
parent eca14dea57
commit 4b2a922e2e
7 changed files with 3 additions and 19 deletions

View File

@@ -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}