Skip to content

Commit 6941427

Browse files
committed
Fjerne fnr fra url til personoversikt
1 parent ce162ff commit 6941427

File tree

1 file changed

+1
-1
lines changed
  • packages/internarbeidsflate-decorator-v3/src/utils

1 file changed

+1
-1
lines changed

packages/internarbeidsflate-decorator-v3/src/utils/urlUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export const buildLinks = ({
242242
}: BuildLinksProps): LinkObject => {
243243
return {
244244
modiaUrl: {
245-
url: modiaUrl(fnr, `/person/${fnr}`, environment, urlFormat),
245+
url: modiaUrl(fnr, `/person`, environment, urlFormat),
246246
},
247247
veilarbportefoljeUrl: {
248248
url: `https://veilarbportefoljeflate${naisDomain(environment)}`,

0 commit comments

Comments
 (0)