From 7307156c49b194c4afd946cd9e57715d45b5b21d Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 26 Apr 2017 15:49:15 -0400 Subject: PLT-6213 Move team store and actions over to use redux (#6222) * Move team store and actions over to user redux * Fix JS error when inviting by email --- webapp/routes/route_root.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/routes/route_root.jsx') diff --git a/webapp/routes/route_root.jsx b/webapp/routes/route_root.jsx index 4f22edb80..52727c275 100644 --- a/webapp/routes/route_root.jsx +++ b/webapp/routes/route_root.jsx @@ -149,7 +149,7 @@ export default { { path: 'select_team', getComponents: (location, callback) => { - System.import('components/select_team/select_team.jsx').then(RouteUtils.importComponentSuccess(callback)); + System.import('components/select_team').then(RouteUtils.importComponentSuccess(callback)); } }, { -- cgit v1.2.3-1-g7c22