Skip to content

Commit

Permalink
Update Saksfilter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Nov 7, 2024
1 parent 84b1e4e commit 45d13d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Saksoversikt/Saksfilter/Saksfilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function sakstyperMedAntall(

const [sakstyperMedInntektsmeldingSykepenger, sakstyperUtenInntektsmeldingSykepenger] = splittListe(
sakstyperForFilter,
(filter) => filter.navn.includes('Inntektsmelding')
(filter) => filter.navn === 'Inntektsmelding' || filter.navn === 'Inntektsmelding sykepenger'
);

const antallInntektsmeldingSykepenger = sakstyperForFilter
Expand Down

0 comments on commit 45d13d1

Please sign in to comment.