summaryrefslogtreecommitdiffstats
path: root/webapp/routes
diff options
context:
space:
mode:
author94117nl <rttededersixtwo@gmail.com>2017-08-03 15:24:30 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-03 16:24:30 -0400
commit304377c427d8db950fa436e2059e770baaf67405 (patch)
treee8373c8f020655b5d7a0eb3832e4fddecca08ad9 /webapp/routes
parent3174c9a07d780eb8f6e2fce8266013f393de40dd (diff)
downloadchat-304377c427d8db950fa436e2059e770baaf67405.tar.gz
chat-304377c427d8db950fa436e2059e770baaf67405.tar.bz2
chat-304377c427d8db950fa436e2059e770baaf67405.zip
PLT-6455 Migrate installed_oauth_apps.jsx to be pure and use Redux (#7059)
* Migrate installed_oauth_apps.jsx to be pure and use Redux * Props docs typo, add test, remove commands_container, bump yarn.lock
Diffstat (limited to 'webapp/routes')
-rw-r--r--webapp/routes/route_integrations.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/routes/route_integrations.jsx b/webapp/routes/route_integrations.jsx
index b7e08fda4..c3cf3ae78 100644
--- a/webapp/routes/route_integrations.jsx
+++ b/webapp/routes/route_integrations.jsx
@@ -95,7 +95,7 @@ export default {
path: 'oauth2-apps',
indexRoute: {
getComponents: (location, callback) => {
- System.import('components/integrations/components/installed_oauth_apps.jsx').then(RouteUtils.importComponentSuccess(callback));
+ System.import('components/integrations/components/installed_oauth_apps').then(RouteUtils.importComponentSuccess(callback));
}
},
childRoutes: [