summaryrefslogtreecommitdiffstats
path: root/webapp/components/backstage
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-28 15:26:53 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 15:18:48 -0400
commitf9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f (patch)
tree1c12e7ee2e79d84e0d2eba95ea10df57663ecf3c /webapp/components/backstage
parentaa684f0b8b81aa576997dd26fb077882651830fc (diff)
downloadchat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.tar.gz
chat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.tar.bz2
chat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.zip
Removed Team Settings from backstage
Diffstat (limited to 'webapp/components/backstage')
-rw-r--r--webapp/components/backstage/backstage_sidebar.jsx11
1 files changed, 0 insertions, 11 deletions
diff --git a/webapp/components/backstage/backstage_sidebar.jsx b/webapp/components/backstage/backstage_sidebar.jsx
index 672005333..78968262a 100644
--- a/webapp/components/backstage/backstage_sidebar.jsx
+++ b/webapp/components/backstage/backstage_sidebar.jsx
@@ -45,17 +45,6 @@ export default class BackstageSidebar extends React.Component {
<div className='backstage__sidebar'>
<ul>
<BackstageCategory
- name='team_settings'
- parentLink={`/${team.name}`}
- icon='fa-users'
- title={
- <FormattedMessage
- id='backstage.team_settings'
- defaultMessage='Team Settings'
- />
- }
- />
- <BackstageCategory
name='integrations'
parentLink={`/${team.name}`}
icon='fa-link'