mirror of https://github.com/harness/drone.git
fix: [CODE-3392]: Show approval expand section if only default reviewers required (#3581)
parent
9d5ceb0033
commit
70bfcb4399
|
@ -504,6 +504,7 @@ const ChangesSection = (props: ChangesSectionProps) => {
|
||||||
minReqLatestApproval > 0 ||
|
minReqLatestApproval > 0 ||
|
||||||
!isEmpty(changeReqEvaluations) ||
|
!isEmpty(changeReqEvaluations) ||
|
||||||
!isEmpty(codeOwners) ||
|
!isEmpty(codeOwners) ||
|
||||||
|
!isEmpty(defaultReviewersInfoSet) ||
|
||||||
false)
|
false)
|
||||||
return (
|
return (
|
||||||
<Render when={!loading && !loadingReviewers && status}>
|
<Render when={!loading && !loadingReviewers && status}>
|
||||||
|
|
Loading…
Reference in New Issue