From 28853898e8e27151c064cbba47fbab1bdfd9a2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Tue, 24 Sep 2024 11:53:39 +0300 Subject: [PATCH] feat: hide sources table --- src/components/SourcesTableModal/SourcesView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SourcesTableModal/SourcesView/index.tsx b/src/components/SourcesTableModal/SourcesView/index.tsx index d5b307a14..36ba83798 100644 --- a/src/components/SourcesTableModal/SourcesView/index.tsx +++ b/src/components/SourcesTableModal/SourcesView/index.tsx @@ -61,7 +61,7 @@ export const SourcesView = () => { const tabs = tabsData.filter(({ label }) => { if (label === TOPICS) { - return isAdmin || true + return isAdmin } if (label === QUEUED_SOURCES) {