Fixed linting errors
This commit is contained in:
parent
9a11b346c9
commit
123482952a
1 changed files with 3 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue