Fix EventTileSummary layout for message bubbles
This commit is contained in:
parent
9319f07291
commit
df407ef3a8
3 changed files with 13 additions and 1 deletions
|
@ -1335,8 +1335,8 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
{ keyRequestInfo }
|
||||
{ actionBar }
|
||||
{ this.props.layout === Layout.IRC && (reactionsRow) }
|
||||
{ this.renderThreadInfo() }
|
||||
</div>
|
||||
{ this.renderThreadInfo() }
|
||||
{ this.props.layout !== Layout.IRC && (reactionsRow) }
|
||||
{ msgOption }
|
||||
</>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue