Skip to content

Commit

Permalink
Merge pull request #2209 from stakwork/bugfix/hide-sources-table
Browse files Browse the repository at this point in the history
feat: hide sources table
  • Loading branch information
Rassl authored Sep 24, 2024
2 parents da49083 + 2885389 commit f3b2d1e
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 f3b2d1e

Please sign in to comment.