Revert "Fix threads with bubbles rendering (#6971)"
This reverts commit a2bc090607
.
This commit is contained in:
parent
37949efb61
commit
9319f07291
3 changed files with 2 additions and 26 deletions
|
@ -1335,9 +1335,9 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
{ keyRequestInfo }
|
||||
{ actionBar }
|
||||
{ this.props.layout === Layout.IRC && (reactionsRow) }
|
||||
{ this.renderThreadInfo() }
|
||||
</div>
|
||||
{ this.props.layout !== Layout.IRC && (reactionsRow) }
|
||||
{ this.renderThreadInfo() }
|
||||
{ msgOption }
|
||||
</>)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue