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 EventListSummary = sdk.getComponent('views.elements.EventListSummary');
|
||||
const isGrouped=true;
|
||||
const panel = this.panel;
|
||||
const ret = [];
|
||||
const createEvent = this.createEvent;
|
||||
|
@ -1052,7 +1051,6 @@ class RedactionGrouper {
|
|||
this.lastShownEvent = lastShownEvent;
|
||||
this.nextEvent = nextEvent;
|
||||
this.nextEventTile = nextEventTile;
|
||||
|
||||
}
|
||||
|
||||
shouldGroup(ev) {
|
||||
|
|
Loading…
Reference in a new issue