Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dev/endringavsituasjon-nytt-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnhlj committed Feb 28, 2024
2 parents a69f4fb + c738230 commit cba5bbf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ function mapNuskodeTilUtdannignsnivaa(nus: string) {
}

function getSisteStillingSvar(opplysninger: OpplysningerOmArbeidssoker) {
if (opplysninger.arbeidserfaring.harHattArbeid === 'NEI') {
return 'Ingen yrkeserfaring';
}

const detaljer = opplysninger.jobbsituasjon[0]?.detaljer;
return detaljer?.stilling || 'Ikke oppgitt';
}
Expand Down

0 comments on commit cba5bbf

Please sign in to comment.