1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Remove e2e padlock on threads list (#7970)

This commit is contained in:
Germain
2022-03-03 16:28:42 +00:00
committed by GitHub
parent 6be61c4693
commit c42ef0de2a

View File

@@ -1536,7 +1536,6 @@ export default class EventTile extends React.Component<IProps, IState> {
className={lineClasses}
key="mx_EventTile_line"
>
{ this.renderE2EPadlock() }
<div className="mx_EventTile_body">
{ this.props.mxEvent.isRedacted()
? <RedactedBody mxEvent={this.props.mxEvent} />