From 899c65a1944c5b9ca7cf21619665d68184b2214b Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:41:08 -0500 Subject: [PATCH] Update App.jsx --- src/renderer/App.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/renderer/App.jsx b/src/renderer/App.jsx index 156690a..dde9208 100644 --- a/src/renderer/App.jsx +++ b/src/renderer/App.jsx @@ -108,10 +108,7 @@ function App() { const loadedSession = LoadPlexSession(); console.log(loadedSession); - if ( - loadedSession.plexClientInformation === null || - loadedSession.plexClientInformation === undefined - ) { + if (loadedSession.plexClientInformation == null) { loadedSession.plexClientInformation = CreatePlexClientInformation(); }