mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix typo
This commit is contained in:
parent
a18d2c0e78
commit
f8e3a75471
@ -82,7 +82,7 @@ export class SessionLoadViewModel extends ViewModel {
|
|||||||
if (this._sessionContainer) {
|
if (this._sessionContainer) {
|
||||||
this._sessionContainer.stop();
|
this._sessionContainer.stop();
|
||||||
if (this._deleteSessionOnCancel) {
|
if (this._deleteSessionOnCancel) {
|
||||||
await this._sessionContainer.deletSession();
|
await this._sessionContainer.deleteSession();
|
||||||
}
|
}
|
||||||
this._sessionContainer = null;
|
this._sessionContainer = null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user