Fix broken thread list timestamp display (#7549)

This commit is contained in:
Germain 2022-01-19 10:41:39 +00:00 committed by GitHub
parent 336217f668
commit 8427bf46ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 4 deletions

View file

@ -1473,11 +1473,11 @@ export default class EventTile extends React.Component<IProps, IState> {
}, <>
{ sender }
{ avatar }
{ timestamp }
<div
className={lineClasses}
key="mx_EventTile_line"
>
{ linkedTimestamp }
{ this.renderE2EPadlock() }
<div className="mx_EventTile_body">
{ MessagePreviewStore.instance.generatePreviewForEvent(this.props.mxEvent) }