Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit b77b2aa

Browse files
authored
FIX Nullsjekk på tema for historikkinnslag (#1232)
1 parent eb65864 commit b77b2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sak-historikk/src/components/maler/HistorikkMalType7.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const HistorikkMalType7 = ({
7979
}}
8080
/>
8181
))}
82-
{historikkinnslagDel.tema.navnVerdi !== undefined
82+
{!!historikkinnslagDel.tema && historikkinnslagDel.tema.navnVerdi !== undefined
8383
&& (
8484
<Normaltekst>
8585
(

0 commit comments

Comments
 (0)