Fixed linting errors

This commit is contained in:
Ayush PS 2021-04-26 15:01:39 +05:30
parent 9a11b346c9
commit 123482952a

View file

@ -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) {