From d1c2e55103f91aa2977a3d3508d7ab672732cd85 Mon Sep 17 00:00:00 2001 From: Ken Gullaksen Date: Fri, 3 May 2024 11:49:52 +0200 Subject: [PATCH] fiks feil i sjekk for navtjeneste --- src/utils/funksjonerForAmplitudeLogging.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/funksjonerForAmplitudeLogging.ts b/src/utils/funksjonerForAmplitudeLogging.ts index 1e8777d0a..6ab3e728e 100644 --- a/src/utils/funksjonerForAmplitudeLogging.ts +++ b/src/utils/funksjonerForAmplitudeLogging.ts @@ -72,7 +72,7 @@ export const useLoggBedriftValgtOgTilganger = (org: OrganisasjonInfo | undefined if (isLoading) return; const navtjenestetilganger = Object.entries(org.altinntilgang) - .filter(([key, value]) => key in NAVtjenesteId && value === true) + .filter(([key, value]) => value === true && NAVtjenesteId.includes(key)) .map(([key]) => key); const tilgangskombinasjon = [