Skip to content

Commit

Permalink
Merge branch 'main' into fjern-react-router-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemidtlyng authored Dec 18, 2024
2 parents ccfb979 + b5b9cce commit 1966f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const stønadstyperMedÅpenSakNavKlageinstans = (
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.OVERGANGSSTØNAD);
}
if (klagebehandlinger.barnetilsyn.some(erKlageTilBehandlingNavKlageinstans)) {
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.SKOLEPENGER);
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.BARNETILSYN);
}
if (klagebehandlinger.skolepenger.some(erKlageTilBehandlingNavKlageinstans)) {
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.SKOLEPENGER);
Expand Down

0 comments on commit 1966f56

Please sign in to comment.