Skip to content

Commit

Permalink
OPHJOD-1097: Show job opportunity duties
Browse files Browse the repository at this point in the history
  • Loading branch information
sauanto committed Dec 5, 2024
1 parent 52c1c35 commit 5850a17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/JobOpportunity/JobOpportunity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ const JobOpportunity = () => {
heading="h2"
className="text-heading-2"
/>
<p className="text-body-md font-arial my-5">{t('job-opportunity.most-common-job-tasks.description')}</p>
<div className="bg-todo h-[280px]" />
<p className="text-body-md font-arial mt-5">{getLocalizedText(tyomahdollisuus?.tehtavat)}</p>
</div>
<div>
<ScrollHeading title={t('job-opportunity.occupations.title')} heading="h2" className="text-heading-2" />
Expand Down

0 comments on commit 5850a17

Please sign in to comment.