From bb3dee68ca6fbdb41df3e2a414d834766222417a Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 5 May 2021 00:40:43 -0500 Subject: [PATCH] Fix loading location --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 46a306c..00e0a30 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -251,7 +251,7 @@ class App extends IPCContainer { let mainContent = []; if (this.props.DisplaySelectAppPlatform || !this.props.AppReady) { mainContent = ( - + ); @@ -290,7 +290,7 @@ class App extends IPCContainer {