Fix avatar obstructing membership and state changes
This commit is contained in:
parent
e665e38b7b
commit
8da2d0fe72
3 changed files with 4 additions and 2 deletions
|
@ -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 }
|
||||
</>)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue