Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-10-03 10:00:03 +01:00 committed by Bruno Windels
parent 6be318b59d
commit 9331ca9d07

View file

@ -445,7 +445,6 @@ module.exports = createReactClass({
return this._getTilesForEvent(e, e, e === lastShownEvent); return this._getTilesForEvent(e, e, e === lastShownEvent);
}).reduce((a, b) => a.concat(b)); }).reduce((a, b) => a.concat(b));
if (eventTiles.length > 0) {
ret.push(<EventListSummary ret.push(<EventListSummary
key="roomcreationsummary" key="roomcreationsummary"
events={summarisedEvents} events={summarisedEvents}
@ -457,7 +456,6 @@ module.exports = createReactClass({
> >
{ eventTiles } { eventTiles }
</EventListSummary>); </EventListSummary>);
}
if (readMarkerInSummary) { if (readMarkerInSummary) {
ret.push(this._getReadMarkerTile(visible)); ret.push(this._getReadMarkerTile(visible));