Skip to content

Commit

Permalink
name er ikke brukt lenger for innlogget bruker context. Vi trenger ik…
Browse files Browse the repository at this point in the history
…ke å vise pålogget veileder navn. Veiledere bruker identen sitt mer enn navn
  • Loading branch information
d142796 committed Mar 18, 2024
1 parent 6e80e38 commit 9355487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Alert } from '@navikt/ds-react';
const VeilederinfoDel = () => {
const cls = BEMHelper('kontaktinfo');
const { avtale, settAvtaleInnholdVerdi } = useContext(AvtaleContext);
const { navn, rolle, identifikator } = useContext(InnloggetBrukerContext);
const { rolle, identifikator } = useContext(InnloggetBrukerContext);

return (
<>
Expand Down

0 comments on commit 9355487

Please sign in to comment.