typo in comment

This commit is contained in:
Ondřej Hruška 2017-09-20 21:28:44 +02:00
parent 3783062450
commit 8c0733a14e
1 changed files with 2 additions and 2 deletions

View File

@ -230,9 +230,9 @@ export function fetchComposeSuggestions(token) {
});
};
} else if (leading === ':') {
// mojos
// shortcode
let allShortcodes = Object.keys(emojione.emojioneList);
// TODO when we have custom emojons merged, add theme to this shortcode list
// TODO when we have custom emojons merged, add them to this shortcode list
return (dispatch) => {
dispatch(readyComposeSuggestionsTxt(token, allShortcodes.filter((sc) => {
return sc.indexOf(token) === 0;