Skip to content

Commit

Permalink
viser rolle når du er logget inn som arbeidsgiver, deltaker eller mentor
Browse files Browse the repository at this point in the history
  • Loading branch information
sindredl committed Nov 2, 2023
1 parent 39e12d7 commit a6a3763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AvtaleOversikt/AvtaleOversikt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Avtale, PageableAvtale } from '@/types/avtale';
import { Status } from '@/types/nettressurs';
import { Varsel } from '@/types/varsel';
import BEMHelper from '@/utils/bem';
import { fjernTommeFelterFraObjekt } from '@/utils/stringUtils';
import { fjernTommeFelterFraObjekt, litenForbokstav } from '@/utils/stringUtils';
import { Pagination } from '@navikt/ds-react';
import _ from 'lodash';
import { FunctionComponent, useContext, useEffect, useState } from 'react';
Expand Down Expand Up @@ -135,6 +135,7 @@ const AvtaleOversikt: FunctionComponent = () => {
endreFilter({bedriftNr: org});
}}
tekst={oversiktTekst}
undertittel={`Logget inn som ${litenForbokstav(innloggetBruker.rolle)}`}
/>

<BannerNAVAnsatt tekst={oversiktTekst} />
Expand Down

0 comments on commit a6a3763

Please sign in to comment.