diff --git a/frontend/src/components/opportunity/OpportunityAwardInfo.tsx b/frontend/src/components/opportunity/OpportunityAwardInfo.tsx index e0f3357fe..a7cc72c4c 100644 --- a/frontend/src/components/opportunity/OpportunityAwardInfo.tsx +++ b/frontend/src/components/opportunity/OpportunityAwardInfo.tsx @@ -73,6 +73,7 @@ const OpportunityAwardInfo = ({ opportunityData }: Props) => { }; const awardSubInfo = { + opportunity_number: opportunityData.opportunity_number, cost_sharing: opportunityData.summary.is_cost_sharing, funding_instrument: opportunityData.summary.funding_instruments, opportunity_category: opportunityData.category, diff --git a/frontend/src/components/opportunity/OpportunityDescription.tsx b/frontend/src/components/opportunity/OpportunityDescription.tsx index 8c464ece3..95917237e 100644 --- a/frontend/src/components/opportunity/OpportunityDescription.tsx +++ b/frontend/src/components/opportunity/OpportunityDescription.tsx @@ -71,13 +71,15 @@ const OpportunityDescription = ({ summary }: Props) => { return ( <>
{summary.agency_email_address_description}
)}{agencyEmailLink}
-{telephoneLink}