From 70bfcb43993f69564a8fb401a9965314a0eb9f7c Mon Sep 17 00:00:00 2001 From: Johannes Batzill Date: Fri, 21 Mar 2025 02:15:48 +0000 Subject: [PATCH] fix: [CODE-3392]: Show approval expand section if only default reviewers required (#3581) --- .../PullRequestOverviewPanel/sections/ChangesSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChangesSection.tsx b/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChangesSection.tsx index afbe0b8db..a497a865c 100644 --- a/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChangesSection.tsx +++ b/web/src/pages/PullRequest/Conversation/PullRequestOverviewPanel/sections/ChangesSection.tsx @@ -504,6 +504,7 @@ const ChangesSection = (props: ChangesSectionProps) => { minReqLatestApproval > 0 || !isEmpty(changeReqEvaluations) || !isEmpty(codeOwners) || + !isEmpty(defaultReviewersInfoSet) || false) return (