fix: blank

This commit is contained in:
hamster1963 2024-12-20 23:27:34 +08:00
parent 9761a15c5b
commit 799a16f42a

View File

@ -52,7 +52,7 @@ const App: React.FC = () => {
return null return null
} }
if (!isCustomCodeInjected) { if (settingData?.data?.custom_code && !isCustomCodeInjected) {
return null return null
} }