Fix threads with bubbles rendering (#6971)

Fixes https://github.com/vector-im/element-web/issues/18958
This commit is contained in:
Dariusz Niemczyk
2021-10-18 15:41:05 +01:00
committed by GitHub
parent 695e110794
commit a2bc090607
3 changed files with 26 additions and 2 deletions
+1 -1
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 }
</>)
);