Skip to content

Commit

Permalink
fix: blank
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 20, 2024
1 parent 9761a15 commit 799a16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const App: React.FC = () => {
return null
}

if (!isCustomCodeInjected) {
if (settingData?.data?.custom_code && !isCustomCodeInjected) {
return null
}

Expand Down

0 comments on commit 799a16f

Please sign in to comment.