From 94ba93acb5272cee7c4bb94e6c9653c4b2e5055a Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Fri, 20 Aug 2021 22:57:13 +0530 Subject: [PATCH] Add explaining comment Signed-off-by: RMidhunSuresh --- src/domain/SessionLoadViewModel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/domain/SessionLoadViewModel.js b/src/domain/SessionLoadViewModel.js index 956ba3a4..10cbb851 100644 --- a/src/domain/SessionLoadViewModel.js +++ b/src/domain/SessionLoadViewModel.js @@ -108,6 +108,7 @@ export class SessionLoadViewModel extends ViewModel { return `Something went wrong: ${error && error.message}.`; } + // Statuses related to login are handled by respective login view models if (sc) { switch (sc.loadStatus.get()) { case LoadStatus.SessionSetup: