diff --git a/src/renderer/components/CommentSection/CommentSection.vue b/src/renderer/components/CommentSection/CommentSection.vue index 53ef00acd8eab..10c853d80a295 100644 --- a/src/renderer/components/CommentSection/CommentSection.vue +++ b/src/renderer/components/CommentSection/CommentSection.vue @@ -59,7 +59,8 @@ :key="comment.id" class="comment" > - @@ -77,7 +78,7 @@ alt="" class="commentThumbnail" > - +

- {{ comment.author }} - + - @@ -195,9 +198,10 @@ alt="" class="commentThumbnail" > - +

- {{ reply.author }} - + !store.getters.getDisableChannelLinks) + /** * @param {number} timestamp */ diff --git a/src/renderer/components/FtCommunityPost/FtCommunityPost.vue b/src/renderer/components/FtCommunityPost/FtCommunityPost.vue index 1e0ebf9b93a41..c0833a5257270 100644 --- a/src/renderer/components/FtCommunityPost/FtCommunityPost.vue +++ b/src/renderer/components/FtCommunityPost/FtCommunityPost.vue @@ -10,7 +10,8 @@