From 088e6f2c54d9b1047626af0a1a29108543f935fb Mon Sep 17 00:00:00 2001 From: Kata Date: Thu, 29 Nov 2018 10:29:24 -0600 Subject: [PATCH] replace all instances of escapes/translated descriptions --- UI/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/src/utils.js b/UI/src/utils.js index 107dca6..5a8ac90 100644 --- a/UI/src/utils.js +++ b/UI/src/utils.js @@ -1 +1 @@ -export const msgToReal = (msg) => (msg.replace('<', '<').replace('\n', '
')) +export const msgToReal = (msg) => (msg.replace(/'))