You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-22 09:02:11 +03:00
Remove references to mx_GroupLayout from scss files (#8875)
This commit is contained in:
@@ -117,7 +117,6 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
|
||||
public render() {
|
||||
const className = classnames(this.props.className, {
|
||||
"mx_IRCLayout": this.props.layout == Layout.IRC,
|
||||
"mx_GroupLayout": this.props.layout == Layout.Group,
|
||||
"mx_EventTilePreview_loader": !this.props.userId,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user