summaryrefslogtreecommitdiffstats
path: root/webapp/components/integrations/components/commands_container/commands_container.jsx
diff options
context:
space:
mode:
author94117nl <rttededersixtwo@gmail.com>2017-08-03 08:25:07 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-03 09:25:07 -0400
commitea095d6206ad8bb9b1b1ffbf74584669a24f1ca8 (patch)
treea18650bc5e447f1c5c2ea040857ec7a9d3c57550 /webapp/components/integrations/components/commands_container/commands_container.jsx
parentb54d1342990253d3fe4a00c64df27cdd1bb0719b (diff)
downloadchat-ea095d6206ad8bb9b1b1ffbf74584669a24f1ca8.tar.gz
chat-ea095d6206ad8bb9b1b1ffbf74584669a24f1ca8.tar.bz2
chat-ea095d6206ad8bb9b1b1ffbf74584669a24f1ca8.zip
GH-6452 Migrate installed_command.jsx to be pure and use Redux (#6903)
* Migrate installed_command.jsx to be pure and use Redux * Add test for InstalledCommand component * Fix failing test and typo * Whoops. Revert back deleted filter * Add filter test * Remove commands related code from /stores/integration_store.jsx
Diffstat (limited to 'webapp/components/integrations/components/commands_container/commands_container.jsx')
-rw-r--r--webapp/components/integrations/components/commands_container/commands_container.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/integrations/components/commands_container/commands_container.jsx b/webapp/components/integrations/components/commands_container/commands_container.jsx
index 55ce2017b..8f89ff631 100644
--- a/webapp/components/integrations/components/commands_container/commands_container.jsx
+++ b/webapp/components/integrations/components/commands_container/commands_container.jsx
@@ -33,7 +33,7 @@ export default class CommandsContainer extends React.PureComponent {
users: PropTypes.object,
/**
- * Installed splash commands to display
+ * Installed slash commands to display
*/
commands: PropTypes.array,