Revert "Fix threads with bubbles rendering (#6971)"

This reverts commit a2bc090607.
This commit is contained in:
Germain Souquet 2021-10-19 09:16:40 +01:00
parent 37949efb61
commit 9319f07291
3 changed files with 2 additions and 26 deletions

View file

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