From 854ffcc1e8b7b7e416515666674fc415e059e4e3 Mon Sep 17 00:00:00 2001 From: sanskar Date: Fri, 24 Jan 2025 11:27:56 -0800 Subject: [PATCH] chore: rebase --- .../src/components/more-actions-tooltip.tsx | 2 +- .../sections/pull-request-checks-section.tsx | 56 +++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/packages/ui/src/components/more-actions-tooltip.tsx b/packages/ui/src/components/more-actions-tooltip.tsx index 017324cdd..8165550a9 100644 --- a/packages/ui/src/components/more-actions-tooltip.tsx +++ b/packages/ui/src/components/more-actions-tooltip.tsx @@ -47,7 +47,7 @@ export const MoreActionsTooltip: FC = ({ actions, isInT {actions.map((action, idx) => action.to ? ( - + {action.title} diff --git a/packages/ui/src/views/repo/pull-request/details/components/conversation/sections/pull-request-checks-section.tsx b/packages/ui/src/views/repo/pull-request/details/components/conversation/sections/pull-request-checks-section.tsx index fb559f12b..bd22244e2 100644 --- a/packages/ui/src/views/repo/pull-request/details/components/conversation/sections/pull-request-checks-section.tsx +++ b/packages/ui/src/views/repo/pull-request/details/components/conversation/sections/pull-request-checks-section.tsx @@ -83,34 +83,34 @@ const PullRequestCheckSection = ({ checkData, checksInfo, toPRCheck }: PullReque }) + `?uid=${check?.check?.identifier}` } > */} - {check?.check?.status !== ExecutionState.PENDING && ( - - - Details - - - )} - -
- {check?.check?.status === ExecutionState.PENDING ? ( - - - Required - - - ) : ( -
- )} + {check?.check?.status !== ExecutionState.PENDING && ( + + + Details + + + )} +
+
+ {check?.check?.status === ExecutionState.PENDING ? ( + + + Required + + + ) : ( +
+ )} +