From 88bf0d23eb444c97abacf068fb4c0404b7f6b23d 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:11:13 +0300 Subject: [PATCH 1/2] 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 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 } 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 2/2] 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 }