From f79101a279596566d6ee7076d9c8adbc259d97ed Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 29 Jun 2017 12:40:13 -0700 Subject: Fixes issues with the tutorial (#6786) * PLT-6907 Increased hit area for tutorial * PLT-6907 Show the tutorial no matter what channel you're in * Fixing eslint issue --- webapp/routes/route_team.jsx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'webapp/routes') diff --git a/webapp/routes/route_team.jsx b/webapp/routes/route_team.jsx index 59cf6d673..69dd517a0 100644 --- a/webapp/routes/route_team.jsx +++ b/webapp/routes/route_team.jsx @@ -328,18 +328,6 @@ export default { (comarr) => callback(null, {team_sidebar: comarr[0].default, sidebar: comarr[1].default, center: comarr[2].default}) ); } - }, - { - path: 'tutorial', - getComponents: (location, callback) => { - Promise.all([ - System.import('components/team_sidebar'), - System.import('components/sidebar.jsx'), - System.import('components/tutorial/tutorial_view.jsx') - ]).then( - (comarr) => callback(null, {team_sidebar: comarr[0].default, sidebar: comarr[1].default, center: comarr[2].default}) - ); - } } ] } -- cgit v1.2.3-1-g7c22