From 1d9cf430fe35e2253f8ffc696bd1e51b45e89528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Fri, 15 Nov 2024 14:12:38 +0300 Subject: [PATCH] feat: disable logs subscription --- src/components/App/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }