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] 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 }