From 28c9792c4f3132aff9da958b0d81c6c70bc20695 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:21:57 -0400 Subject: [PATCH] Code Adjustments --- applications/notes/app-notes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/notes/app-notes.js b/applications/notes/app-notes.js index c2563d2..9e4ac96 100644 --- a/applications/notes/app-notes.js +++ b/applications/notes/app-notes.js @@ -89,7 +89,7 @@ } function onScreenChanged(type, url) { - if (type == "Web" && url.indexOf(APP_URL) != -1) { + if (type === "Web" && url.indexOf(APP_URL) !== -1) { appStatus = true; } else { appStatus = false;