typo in comment

th-downstream
Ondřej Hruška 7 years ago
parent 4ac158f1d3
commit 82dc98f91c

@ -230,9 +230,9 @@ export function fetchComposeSuggestions(token) {
}); });
}; };
} else if (leading === ':') { } else if (leading === ':') {
// mojos // shortcode
let allShortcodes = Object.keys(emojione.emojioneList); 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) => { return (dispatch) => {
dispatch(readyComposeSuggestionsTxt(token, allShortcodes.filter((sc) => { dispatch(readyComposeSuggestionsTxt(token, allShortcodes.filter((sc) => {
return sc.indexOf(token) === 0; return sc.indexOf(token) === 0;

Loading…
Cancel
Save