summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-16 14:24:15 -0700
committernickago <ngonella@calpoly.edu>2015-07-16 14:24:15 -0700
commit5da579cbcc374a67487337c309b189b67c0a788f (patch)
treeb1e09917df3eab24b3e956ad58fc8aa36486967f /web
parentf99743bfa08c8c3c4a5264cf30c814d145a2e90f (diff)
downloadchat-5da579cbcc374a67487337c309b189b67c0a788f.tar.gz
chat-5da579cbcc374a67487337c309b189b67c0a788f.tar.bz2
chat-5da579cbcc374a67487337c309b189b67c0a788f.zip
fixed formatting
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 81de07230..0d84a4983 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -423,7 +423,7 @@ module.exports.textToJsx = function(text, options) {
highlightSearchClass = " search-highlight";
}
-
+
if (explicitMention &&
(UserStore.getProfileByUsername(explicitMention[1]) ||
Constants.SPECIAL_MENTIONS.indexOf(explicitMention[1]) !== -1))