diff options
Diffstat (limited to 'web/react/components/command_provider.jsx')
-rw-r--r-- | web/react/components/command_provider.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/command_provider.jsx b/web/react/components/command_provider.jsx index 0526e09b1..98a89cba0 100644 --- a/web/react/components/command_provider.jsx +++ b/web/react/components/command_provider.jsx @@ -12,7 +12,7 @@ class CommandSuggestion extends React.Component { let className = 'command-name'; if (isSelection) { - className += ' command--selected'; + className += ' suggestion--selected'; } return ( |