diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index f358f6c05e..a5d1e88951 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -418,7 +418,7 @@ module.exports.textToJsx = function(text, options) { highlightSearchClass = " search-highlight"; } - inner.push({prefix}@{name}{suffix} ); + inner.push({prefix}@{name}{suffix} ); } else if (urlMatcher.test(word)) { var match = urlMatcher.match(word)[0]; var link = match.url;