From 799a16f42a29b91ff20591fe0f4580403572009a Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Fri, 20 Dec 2024 23:27:34 +0800 Subject: [PATCH] fix: blank --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index f536108..c390fd8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -52,7 +52,7 @@ const App: React.FC = () => { return null } - if (!isCustomCodeInjected) { + if (settingData?.data?.custom_code && !isCustomCodeInjected) { return null }