forked from mystiq/hydrogen-web
fix lint
This commit is contained in:
parent
10522cacef
commit
b6f795505d
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ export class RoomViewModel extends ViewModel {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dismissError(evt) {
|
dismissError() {
|
||||||
this._sendError = null;
|
this._sendError = null;
|
||||||
this.emitChange("error");
|
this.emitChange("error");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue