1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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