summaryrefslogtreecommitdiffstats
path: root/webapp/routes
diff options
context:
space:
mode:
author94117nl <rttededersixtwo@gmail.com>2017-07-04 07:58:45 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-07-04 08:58:45 -0400
commit29b98ec383e47f28e7e190434f872072815cb6cb (patch)
treea052a0771163f3ddb6a0724b4fd846505e899235 /webapp/routes
parent0b112999b55c51b0a942c2b9439453b061ffce3c (diff)
downloadchat-29b98ec383e47f28e7e190434f872072815cb6cb.tar.gz
chat-29b98ec383e47f28e7e190434f872072815cb6cb.tar.bz2
chat-29b98ec383e47f28e7e190434f872072815cb6cb.zip
PLT-6445 Migrate add_command.jsx to be pure and use Redux (#6804)
* Migrate add_command.jsx to be pure and use redux * Add basic test for AddCommand component
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 c7c7497b8..dd3ebe663 100644
--- a/webapp/routes/route_integrations.jsx
+++ b/webapp/routes/route_integrations.jsx
@@ -74,7 +74,7 @@ export default {
{
path: 'add',
getComponents: (location, callback) => {
- System.import('components/integrations/components/add_command.jsx').then(RouteUtils.importComponentSuccess(callback));
+ System.import('components/integrations/components/add_command').then(RouteUtils.importComponentSuccess(callback));
}
},
{