mirror of https://github.com/vector-im/riot-web
Fixed linting errors
parent
9a11b346c9
commit
123482952a
|
@ -966,7 +966,6 @@ class CreationGrouper {
|
||||||
|
|
||||||
const DateSeparator = sdk.getComponent('messages.DateSeparator');
|
const DateSeparator = sdk.getComponent('messages.DateSeparator');
|
||||||
const EventListSummary = sdk.getComponent('views.elements.EventListSummary');
|
const EventListSummary = sdk.getComponent('views.elements.EventListSummary');
|
||||||
const isGrouped=true;
|
|
||||||
const panel = this.panel;
|
const panel = this.panel;
|
||||||
const ret = [];
|
const ret = [];
|
||||||
const createEvent = this.createEvent;
|
const createEvent = this.createEvent;
|
||||||
|
@ -1052,7 +1051,6 @@ class RedactionGrouper {
|
||||||
this.lastShownEvent = lastShownEvent;
|
this.lastShownEvent = lastShownEvent;
|
||||||
this.nextEvent = nextEvent;
|
this.nextEvent = nextEvent;
|
||||||
this.nextEventTile = nextEventTile;
|
this.nextEventTile = nextEventTile;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shouldGroup(ev) {
|
shouldGroup(ev) {
|
||||||
|
|
Loading…
Reference in New Issue