diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 628d923423..244c1eab09 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -412,7 +412,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;