Delete lozenge effect

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-02 15:35:52 +02:00
parent e582b1559b
commit 0d8f84c769
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
4 changed files with 0 additions and 26 deletions

View file

@ -29,7 +29,6 @@ import * as sdk from '../../../index';
interface IProps {
mxEvent: MatrixEvent;
isRedacted?: boolean;
permalinkCreator?: RoomPermalinkCreator;
highlights?: Array<string>;
highlightLink?: string;
@ -108,7 +107,6 @@ export default class ReplyTile extends React.PureComponent<IProps> {
const classes = classNames({
mx_ReplyTile: true,
mx_ReplyTile_info: isInfoMessage,
mx_ReplyTile_redacted: this.props.isRedacted,
});
let permalink = "#";