mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
semicolons, add them
This commit is contained in:
parent
e599d8b6fa
commit
90435a8fb7
@ -63,7 +63,7 @@ export class RootViewModel extends ViewModel {
|
||||
// this should never happen, but we want to be sure not to leak it
|
||||
if (this._pendingSessionContainer) {
|
||||
this._pendingSessionContainer.dispose();
|
||||
this._pendingSessionContainer = null
|
||||
this._pendingSessionContainer = null;
|
||||
}
|
||||
this._showSessionLoader(sessionId);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user