From e214aae719c10953c4c3a7949c9bd02d6983b045 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 14 Mar 2016 22:35:57 +0500 Subject: PLT-963 - Improving scss structure --- web/react/utils/text_formatting.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react/utils/text_formatting.jsx') diff --git a/web/react/utils/text_formatting.jsx b/web/react/utils/text_formatting.jsx index a930e9ece..552d93fac 100644 --- a/web/react/utils/text_formatting.jsx +++ b/web/react/utils/text_formatting.jsx @@ -187,7 +187,7 @@ function highlightCurrentMentions(text, tokens) { const newAlias = `MM_SELFMENTION${index}`; newTokens.set(newAlias, { - value: `${alias}`, + value: `${alias}`, originalText: token.originalText }); output = output.replace(alias, newAlias); @@ -205,7 +205,7 @@ function highlightCurrentMentions(text, tokens) { const alias = `MM_SELFMENTION${index}`; tokens.set(alias, { - value: `${mention}`, + value: `${mention}`, originalText: mention }); -- cgit v1.2.3-1-g7c22