diff --git a/apps/career/src/components/jobdetail/JobContent.tsx b/apps/career/src/components/jobdetail/JobContent.tsx index 8724ce8b..b8448348 100644 --- a/apps/career/src/components/jobdetail/JobContent.tsx +++ b/apps/career/src/components/jobdetail/JobContent.tsx @@ -76,7 +76,7 @@ const JobContent = ({
{jobContentSections.map((section, index) => (
-

{section.title}

+

{section.title}

{section.content}

))}