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 bd22244e2..620ad0604 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,33 @@ 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 + + + ) : ( +
+ )}