Skip to content

Commit

Permalink
bug: det skal stå heltid 100% i stillingsvisning hvis det er heltid
Browse files Browse the repository at this point in the history
  • Loading branch information
khtdiep committed Sep 26, 2024
1 parent 1af2285 commit 83bed7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/stilling/[id]/_components/EmploymentDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export default function EmploymentDetails({ adData }) {
result = `, heltid 100% og deltid ${jobpercentage}`;
} else if (extent === ExtentEnum.DELTID) {
result = `, deltid ${jobpercentage}`;
} else if (extent === ExtentEnum.HELTID) {
result = `, heltid 100%`;
} else {
result = "";
}
Expand Down

0 comments on commit 83bed7d

Please sign in to comment.