PLT-1429 Fixing code review comments

Этот коммит содержится в:
=Corey Hulen
2016-02-04 08:03:42 -08:00
родитель 950e25df5a
Коммит dffc5323ec
5 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@@ -787,7 +787,6 @@ export function getSuggestedCommands(command, suggestionId, component) {
});
// pull out the suggested commands from the returned data
//const terms = matches.map((suggestion) => suggestion.trigger);
const terms = matches.map((suggestion) => suggestion.suggestion);
AppDispatcher.handleServerAction({