Skip to content

Commit

Permalink
Fix mapping av dag
Browse files Browse the repository at this point in the history
  • Loading branch information
Simenullern committed Aug 15, 2024
1 parent 49927e9 commit 01b6737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/tree/Vedtaksperioder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function toShortChar(dagtype: string): string | null {
case "PERMISJONSDAG": return "P"
case "FRISK_HELGEDAG": return "R"
case "FORELDET_SYKEDAG": return "K"
case "SYKEDAGNAV": return "N"
case "SYKEDAG_NAV": return "N"
case "ANDRE_YTELSER": return "Y"
case "ANDRE_YTELSER_FORELDREPENGER": return "Y"
case "ANDRE_YTELSER_AAP": return "Y"
Expand Down

0 comments on commit 01b6737

Please sign in to comment.