Skip to content

Commit

Permalink
fix(settings): disable feed source settings tab for non-managers
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Jun 21, 2017
1 parent 3340197 commit 5e98908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/manager/components/FeedSourceViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export default class FeedSourceViewer extends Component {
</Tab>
{/* Settings */}
<Tab
disabled={disabled}
eventKey='settings'
title={
<span>
Expand Down

0 comments on commit 5e98908

Please # to comment.