From 4d35c931cdfe7bd0b48881294b38b44271616661 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:45:41 +0530 Subject: [PATCH] fix: peek overview comment ordering and comment icon alignment fix (#2753) --- web/components/issues/comment/comment-card.tsx | 2 +- web/components/issues/issue-peek-overview/activity/view.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/components/issues/comment/comment-card.tsx b/web/components/issues/comment/comment-card.tsx index 983bfbb71..577050572 100644 --- a/web/components/issues/comment/comment-card.tsx +++ b/web/components/issues/comment/comment-card.tsx @@ -140,7 +140,7 @@ export const CommentCard: React.FC = ({
{showAccessSpecifier && ( -
+
{comment.access === "INTERNAL" ? : }
)} diff --git a/web/components/issues/issue-peek-overview/activity/view.tsx b/web/components/issues/issue-peek-overview/activity/view.tsx index 97976ed8f..fec3a2a08 100644 --- a/web/components/issues/issue-peek-overview/activity/view.tsx +++ b/web/components/issues/issue-peek-overview/activity/view.tsx @@ -42,8 +42,6 @@ export const IssueComment: FC = (props) => {
Activity
- - = (props) => { issueCommentReactionCreate={issueCommentReactionCreate} issueCommentReactionRemove={issueCommentReactionRemove} /> +
);