Skip to content

Commit

Permalink
feat: hide sources table
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Sep 24, 2024
1 parent da49083 commit 2885389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SourcesTableModal/SourcesView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SourcesView = () => {

const tabs = tabsData.filter(({ label }) => {
if (label === TOPICS) {
return isAdmin || true
return isAdmin
}

if (label === QUEUED_SOURCES) {
Expand Down

0 comments on commit 2885389

Please sign in to comment.