From 49ded5c54264460a4250138af5ab59a0fbb55181 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 12 May 2022 21:23:02 +0400 Subject: [PATCH] [DE PE mobile] For Bug 57125 --- apps/common/mobile/lib/view/collaboration/Comments.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/mobile/lib/view/collaboration/Comments.jsx b/apps/common/mobile/lib/view/collaboration/Comments.jsx index d8927fca7..3168df6f2 100644 --- a/apps/common/mobile/lib/view/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/view/collaboration/Comments.jsx @@ -616,7 +616,7 @@ const pickLink = (message) => { arrayComment = arrayComment.sort(function(item1,item2){ return item1.start - item2.start; }); - let str_res = (arrayComment.length>0) ? : ; + let str_res = (arrayComment.length>0) ? : ; for (var i=1; i{str_res}{Common.Utils.String.htmlEncode(message.substring(arrayComment[i-1].end, arrayComment[i].start))}{arrayComment[i].str};