diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index 16ef1ed77..3f871a315 100644 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -274,7 +274,7 @@ export const App = () => { ]) useEffect(() => { - if (!runningProjectId && false) { + if (!runningProjectId || true) { return }