summaryrefslogtreecommitdiffstats
path: root/webapp/routes
diff options
context:
space:
mode:
author94117nl <rttededersixtwo@gmail.com>2017-07-31 07:26:04 -0500
committerJoram Wilander <jwawilander@gmail.com>2017-07-31 08:26:04 -0400
commit6ec24867bc75057fa58c11e80a6b28334473983b (patch)
tree637c40df9dd49ec4beec99df9b78e90a867846d2 /webapp/routes
parentf740698dbe06816921d2a20eea876c9ca7b515ed (diff)
downloadchat-6ec24867bc75057fa58c11e80a6b28334473983b.tar.gz
chat-6ec24867bc75057fa58c11e80a6b28334473983b.tar.bz2
chat-6ec24867bc75057fa58c11e80a6b28334473983b.zip
GH-6448 Migrate edit_command.jsx to be pure and use Redux (#6858)
* Migrate edit_command.jsx to be pure and use Redux, add basic test * Update newCommand to reference modified command * Fix typo * Remove unnecessary re-renders
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 169d374c6..b7e08fda4 100644
--- a/webapp/routes/route_integrations.jsx
+++ b/webapp/routes/route_integrations.jsx
@@ -80,7 +80,7 @@ export default {
{
path: 'edit',
getComponents: (location, callback) => {
- System.import('components/integrations/components/edit_command.jsx').then(RouteUtils.importComponentSuccess(callback));
+ System.import('components/integrations/components/edit_command').then(RouteUtils.importComponentSuccess(callback));
}
},
{