Skip to content

Commit

Permalink
Legg til lenke til modia innkrevingskrav
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Dec 9, 2024
1 parent 048587a commit ffd6652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ const generateLinks = ({
buildLinkWithTitle(links.modiaUrl, 'Saksoversikt', '/saker'),
buildLinkWithTitle(links.modiaUrl, 'Ytelser', '/ytelser'),
buildLinkWithTitle(links.modiaUrl, 'Varslinger', '/varsler'),
buildLinkWithTitle(
links.modiaUtenPersonUrl,
'Innkrevingskrav',
'/innkrevingskrav',
),
],
};
const arbeidsrettet: LinkSection = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface Url {

export interface LinkObject {
modiaUrl: Url;
modiaUtenPersonUrl: Url;
veilarbpersonUrl: Url;
veilarbportefoljeUrl: Url;
beslutterUrl: Url;
Expand Down Expand Up @@ -190,6 +191,9 @@ export const buildLinks = ({
modiaUrl: {
url: modiaUrl(fnr, `/person`, environment, urlFormat),
},
modiaUtenPersonUrl: {
url: modiaUrl(fnr, '', environment, urlFormat),
},
veilarbportefoljeUrl: {
url: `https://veilarbportefoljeflate${naisDomain(environment, urlFormat)}`,
},
Expand Down

0 comments on commit ffd6652

Please sign in to comment.