Merge pull request #6439 from matrix-org/gsouquet/fix-18142

Fix avatar obstructing membership and state changes
This commit is contained in:
Germain 2021-07-22 16:16:33 +01:00 committed by GitHub
commit 248a758ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -1142,6 +1142,7 @@ export default class EventTile extends React.Component<IProps, IState> {
{ ircTimestamp }
{ sender }
{ ircPadlock }
{ avatar }
<div className="mx_EventTile_line" key="mx_EventTile_line">
{ groupTimestamp }
{ groupPadlock }
@ -1162,7 +1163,6 @@ export default class EventTile extends React.Component<IProps, IState> {
</div>
{ reactionsRow }
{ msgOption }
{ avatar }
</>)
);
}