Skip to content

Commit

Permalink
FAGSYSTEM-372317: Fikser visning av "kopier trygdetid" komponent (#7196)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikg authored Mar 6, 2025
1 parent b045b5d commit ac57565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const TrygdetidIAnnenBehandlingMedSammeAvdoede = ({

useEffect(() => {
hentKandidatForKopieringAvTrygdetidReq(behandlingId)
}, [])
}, [trygdetider])

return (
<>
Expand Down

0 comments on commit ac57565

Please sign in to comment.