mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
typo
This commit is contained in:
parent
f4a3b64da0
commit
656637e5e2
@ -86,7 +86,7 @@ export class LogItem {
|
||||
try {
|
||||
filter = this._filterCreator(new LogFilter(filter), this);
|
||||
} catch (err) {
|
||||
console.error("Error creating log item", err);
|
||||
console.error("Error creating log filter", err);
|
||||
}
|
||||
}
|
||||
let children;
|
||||
|
Loading…
Reference in New Issue
Block a user