Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
r fjerner ubrukte variabler
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Sep 24, 2021
1 parent 1f3b20e commit f6ac399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface RegistrertAksjonspanelProps {

class RegistrertAksjonspanel extends React.Component<RegistrertAksjonspanelProps> {
render() {
const { hentTekstId, erSykmeldt, ingen_kvittering, geografisk_tilknytning } = this.props;
const { hentTekstId, erSykmeldt } = this.props;

let veienTilArbeidUrl;
let veienTilArbeidMedVisInfoUrl;
Expand Down

0 comments on commit f6ac399

Please sign in to comment.