Skip to content

Commit

Permalink
Legg til dependency array for useffect for vurderinger
Browse files Browse the repository at this point in the history
  • Loading branch information
joarau committed Aug 2, 2023
1 parent ab4c015 commit 031489e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kandidat/kandidatliste/Kandidatliste.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Kandidatliste: FunctionComponent<Props> = ({
console.log('stillingsId er ' + kandidatliste.stillingId);
hentArbeidsgiversVurderinger(kandidatliste.stillingId);
}
});
}, [kandidatliste.stillingId]);

useMaskerFødselsnumre();
useHentSendteMeldinger(kandidatliste.kandidatlisteId);
Expand Down

0 comments on commit 031489e

Please sign in to comment.