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 }