From 1f06a10e512478134c9692c64a0de530a9f5ee7c Mon Sep 17 00:00:00 2001 From: sybiote Date: Thu, 20 Jun 2024 04:35:22 +0530 Subject: [PATCH] fix irregular loading screen --- packages/client-core/src/components/LoadWebappInjection.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/client-core/src/components/LoadWebappInjection.tsx b/packages/client-core/src/components/LoadWebappInjection.tsx index 349e740ffa..81e4d284e6 100644 --- a/packages/client-core/src/components/LoadWebappInjection.tsx +++ b/packages/client-core/src/components/LoadWebappInjection.tsx @@ -41,7 +41,8 @@ export const LoadWebappInjection = (props) => { }) }, []) - if (!projectComponents.value) return + if (!projectComponents.value) + return return ( <>