Delete lozenge effect
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
e582b1559b
commit
0d8f84c769
4 changed files with 0 additions and 26 deletions
|
@ -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 = "#";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue