summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
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/root.jsx
parentaa684f0b8b81aa576997dd26fb077882651830fc (diff)
downloadchat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.tar.gz
chat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.tar.bz2
chat-f9deb399a94c0d8bc6c87811a82cf8e6c7d5a94f.zip
Removed Team Settings from backstage
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index 9ed78bf04..38b7a9a43 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -247,14 +247,6 @@ function renderRootComponent() {
path=':team/logout'
onEnter={onLoggedOut}
/>
- <Route
- path=':team/team_settings'
- components={{
- navbar: BackstageNavbar,
- sidebar: BackstageSidebar,
- center: null
- }}
- />
<Route path=':team/integrations'>
<IndexRedirect to='installed'/>
<Route