Remove e2e padlock on threads list (#7970)

pull/21833/head
Germain 2022-03-03 16:28:42 +00:00 committed by GitHub
parent 6be61c4693
commit c42ef0de2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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