summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-24 09:02:11 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-24 09:02:11 -0500
commit3d56717c455b010f285047871bf36809fa138a94 (patch)
tree894d39dd90a7364df35f7893960b9ed6786abd89 /web/react/components
parent3bd7dd106c6276999e6ef23cc31aa14eb9fbcd0c (diff)
parent6a9ecf207906d8a55715ba8a50cb0552c273a905 (diff)
downloadchat-3d56717c455b010f285047871bf36809fa138a94.tar.gz
chat-3d56717c455b010f285047871bf36809fa138a94.tar.bz2
chat-3d56717c455b010f285047871bf36809fa138a94.zip
Merge pull request #1490 from hmhealey/plt1070
PLT-1070 Added /loadtest url command
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/command_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/command_list.jsx b/web/react/components/command_list.jsx
index ff83d0420..7fc0f79cf 100644
--- a/web/react/components/command_list.jsx
+++ b/web/react/components/command_list.jsx
@@ -81,7 +81,7 @@ export default class CommandList extends React.Component {
<div
ref='mentionlist'
className='command-box'
- style={{height: (this.state.suggestions.length * 56) + 2}}
+ style={{height: (suggestions.length * 56) + 2}}
>
{suggestions}
</div>