Skip to content

Commit 82724e8

Browse files
committed
Modern layout: Add reactions row back
1 parent 2fd5a96 commit 82724e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/views/rooms/EventTile.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,10 @@ export default class EventTile extends React.Component<IProps, IState> {
16241624
{ this.renderThreadInfo() }
16251625
</> }
16261626
</div>
1627+
{ this.props.layout !== Layout.IRC && <>
1628+
{ reactionsRow }
1629+
{ this.renderThreadInfo() }
1630+
</> }
16271631
{ msgOption }
16281632
</>)
16291633
);

0 commit comments

Comments
 (0)