Skip to content

Commit

Permalink
Sjekker om kodeverk finnes. Trolig feil som skjer ved unmount av komp…
Browse files Browse the repository at this point in the history
…onent (#5444)
  • Loading branch information
hallvardastark authored Dec 13, 2023
1 parent f544dc0 commit 6915b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const TotrinnskontrollSaksbehandlerPanel = ({
onClick={() => window.scroll(0, 0)}
className={styles.lenke}
>
{skjermlenkeTypeKodeverk.navn}
{skjermlenkeTypeKodeverk?.navn}
</NavLink>
{aksjonspunkter.map(aksjonspunkt => {
const aksjonspunktTexts = getAksjonspunkttekst(
Expand Down

0 comments on commit 6915b30

Please sign in to comment.