fix lint warnings

This commit is contained in:
Bruno Windels 2022-01-14 16:23:55 +01:00
parent 184a16a194
commit 65929194b0
2 changed files with 1 additions and 2 deletions

View file

@ -92,7 +92,7 @@ export class SimpleTile extends ViewModel {
}
// update received for already included (falls within sort keys) entry
updateEntry(entry, param, tilesCreator) {
updateEntry(entry, param) {
const renderedAsRedacted = this.shape === "redacted";
if (!entry.isGap && entry.isRedacted !== renderedAsRedacted) {
// recreate the tile if the entry becomes redacted

View file

@ -16,7 +16,6 @@ limitations under the License.
*/
// import {RecordRequester, ReplayRequester} from "./matrix/net/request/replay";
import {Client} from "../../matrix/Client.js";
import {RootViewModel} from "../../domain/RootViewModel.js";
import {createNavigation, createRouter} from "../../domain/navigation/index.js";
// Don't use a default export here, as we use multiple entries during legacy build,