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) {