summaryrefslogtreecommitdiffstats
path: root/web/react/components/suggestion
diff options
context:
space:
mode:
authorAlan Mooiman <amooiman@gmail.com>2016-02-29 15:49:10 -0800
committerAlan Mooiman <amooiman@gmail.com>2016-02-29 15:59:33 -0800
commit7ead702e39125bf10650175544aace37d8d041dc (patch)
tree72d5208ff1616a72fdf45e68bba4c73373ef9983 /web/react/components/suggestion
parent2f53edb2fde3e1fdcd1fd73d4bd9ec99be345273 (diff)
downloadchat-7ead702e39125bf10650175544aace37d8d041dc.tar.gz
chat-7ead702e39125bf10650175544aace37d8d041dc.tar.bz2
chat-7ead702e39125bf10650175544aace37d8d041dc.zip
PLT-2064 Slash command hints don't autocomplete
Diffstat (limited to 'web/react/components/suggestion')
-rw-r--r--web/react/components/suggestion/command_provider.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/suggestion/command_provider.jsx b/web/react/components/suggestion/command_provider.jsx
index 09c9b9982..21d6d0e0e 100644
--- a/web/react/components/suggestion/command_provider.jsx
+++ b/web/react/components/suggestion/command_provider.jsx
@@ -18,7 +18,7 @@ class CommandSuggestion extends React.Component {
onClick={onClick}
>
<div className='command__title'>
- <string>{item.suggestion}</string>
+ <string>{item.suggestion} {item.hint}</string>
</div>
<div className='command__desc'>
{item.description}