diff --git a/apps/portal/src/components/offers/profile/ProfileDetails.tsx b/apps/portal/src/components/offers/profile/ProfileDetails.tsx index 14b585cd..a83c8781 100644 --- a/apps/portal/src/components/offers/profile/ProfileDetails.tsx +++ b/apps/portal/src/components/offers/profile/ProfileDetails.tsx @@ -115,7 +115,14 @@ function ProfileAnalysis({ return (
- + {!analysis &&

No analysis available.

} + {analysis && ( + + )} {isEditable && (