Skip to content

Commit

Permalink
Oppdatert parameter
Browse files Browse the repository at this point in the history
#deploy-idporten-frontend
  • Loading branch information
krharum committed Jan 21, 2025
1 parent 9adee4b commit 44617c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type OrganisasjonTilgang = {
miljoe: string
}

export const useOrganisasjonMiljoe = (orgnummer: string) => {
export const useOrganisasjonMiljoe = (orgnr: string) => {
const { brukerProfil } = useBrukerProfil()
const orgnummer = brukerProfil?.orgnummer

Expand Down

0 comments on commit 44617c5

Please sign in to comment.