summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clerc <kernicPanel@nclerc.fr>2016-02-15 09:48:56 +0100
committerNicolas Clerc <kernicPanel@nclerc.fr>2016-03-17 01:45:37 +0100
commit49eda73749d0920e985fc0f92df34a575088012c (patch)
treedddf409069d8104a1e5911830c783274b741af28
parent55a054ab0a55a269965f6baf227a4b4029459d0f (diff)
downloadchat-49eda73749d0920e985fc0f92df34a575088012c.tar.gz
chat-49eda73749d0920e985fc0f92df34a575088012c.tar.bz2
chat-49eda73749d0920e985fc0f92df34a575088012c.zip
eslint error: validate suggestion_box channelId prop
-rw-r--r--webapp/components/suggestion/suggestion_box.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/suggestion/suggestion_box.jsx b/webapp/components/suggestion/suggestion_box.jsx
index 04e4006f1..97c6c6cd9 100644
--- a/webapp/components/suggestion/suggestion_box.jsx
+++ b/webapp/components/suggestion/suggestion_box.jsx
@@ -160,6 +160,7 @@ SuggestionBox.propTypes = {
value: React.PropTypes.string.isRequired,
onUserInput: React.PropTypes.func,
providers: React.PropTypes.arrayOf(React.PropTypes.object),
+ channelId: React.PropTypes.string,
// explicitly name any input event handlers we override and need to manually call
onChange: React.PropTypes.func,