diff --git a/src/career/components/JobDetails.tsx b/src/career/components/JobDetails.tsx index b870ff3e..70c1d6c8 100644 --- a/src/career/components/JobDetails.tsx +++ b/src/career/components/JobDetails.tsx @@ -72,6 +72,11 @@ const JobDetails: FC = ({ opportunity }) => (

Type: {opportunity.employment.name}

Sted: {formatLocations(opportunity.location.map((loc) => loc.name))}

Frist: {opportunity.deadline_asap ? 'Snarest' : formatDeadline(opportunity.deadline)}

+ {opportunity.rolling_admission && ( +

+ Fortløpende opptak: Ja +

+ )}