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