From 90435a8fb70c73d563d1341a3f993a65043a2436 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 16 Oct 2020 15:48:49 +0200 Subject: [PATCH] semicolons, add them --- src/domain/RootViewModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain/RootViewModel.js b/src/domain/RootViewModel.js index 2a1e0c82..3316bacc 100644 --- a/src/domain/RootViewModel.js +++ b/src/domain/RootViewModel.js @@ -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); }