diff --git a/apps/common/mobile/lib/view/collaboration/Comments.jsx b/apps/common/mobile/lib/view/collaboration/Comments.jsx index 0a3432c24e..d90cc38860 100644 --- a/apps/common/mobile/lib/view/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/view/collaboration/Comments.jsx @@ -37,7 +37,7 @@ const AddCommentPopup = inject("storeComments")(observer(props => {
-
+
{Device.android &&
{userInfo.initials}
} @@ -74,7 +74,7 @@ const AddCommentDialog = inject("storeComments")(observer(props => {
-
+
${Device.android ? templateInitials : ''}
${userInfo.name}
@@ -237,7 +237,7 @@ const EditCommentDialog = inject("storeComments")(observer(({storeComments, comm
-
+
${Device.android ? templateInitials : ''}
${comment.userName}
@@ -318,7 +318,7 @@ const AddReplyPopup = inject("storeComments")(observer(({storeComments, userInfo
-
+
{Device.android &&
{userInfo.initials}
} @@ -354,7 +354,7 @@ const AddReplyDialog = inject("storeComments")(observer(({storeComments, userInf
-
+
${Device.android ? templateInitials : ''}
${userInfo.name}
@@ -473,7 +473,7 @@ const EditReplyDialog = inject("storeComments")(observer(({storeComments, commen
-
+
${Device.android ? templateInitials : ''}
${reply.userName}
@@ -580,7 +580,7 @@ const ViewComments = ({storeComments, storeAppOptions, onCommentMenuClick, onRes {comment.quote &&
{sliceQuote(comment.quote)}
}
{comment.comment}
{comment.replies.length > 0 && -
    +
      {comment.replies.map((reply, indexReply) => { return (