delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6be318b59d
commit
9331ca9d07
1 changed files with 11 additions and 13 deletions
|
@ -445,7 +445,6 @@ module.exports = createReactClass({
|
|||
return this._getTilesForEvent(e, e, e === lastShownEvent);
|
||||
}).reduce((a, b) => a.concat(b));
|
||||
|
||||
if (eventTiles.length > 0) {
|
||||
ret.push(<EventListSummary
|
||||
key="roomcreationsummary"
|
||||
events={summarisedEvents}
|
||||
|
@ -457,7 +456,6 @@ module.exports = createReactClass({
|
|||
>
|
||||
{ eventTiles }
|
||||
</EventListSummary>);
|
||||
}
|
||||
|
||||
if (readMarkerInSummary) {
|
||||
ret.push(this._getReadMarkerTile(visible));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue