We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07cf1f1 + 73fcc6c commit 080f20dCopy full SHA for 080f20d
pdf-ui/src/components/BudgetDiscussionParts/BudgetDiscussionReview/index.jsx
@@ -587,9 +587,13 @@ const BudgetDiscussionReview = ({
587
'contracting-type-name-content'
588
}
589
/>
590
- {currentBudgetDiscussionData
591
- ?.bd_proposal_detail?.contract_type_name
592
- .attributes?.contract_type_name ===
+ {allContractTypeList.find(
+ (co) =>
+ co.id ===
593
+ currentBudgetDiscussionData
594
+ ?.bd_proposal_detail
595
+ ?.contract_type_name
596
+ )?.attributes?.contract_type_name ===
597
'Other' && (
598
<InfoSection
599
question='Please describe what you have in mind.'
0 commit comments