Skip to content

Commit

Permalink
Fjern ubrukt kommentert kode
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Jan 28, 2025
1 parent bf10048 commit c1f5bce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BeslutterSide/EtikettStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const etikettStatus: { [key in TilskuddPeriodeStatus]: TagProps['variant'] } = {
};

const EtikettStatus: FunctionComponent<Props> = (props) => {
//const kreverOppfølging = !erNil(avtale.kreverOppfolgingFom) && !isBefore(new Date(), avtale.kreverOppfolgingFom);

if (props.refusjonStatus === 'UTBETALT') {
return <Tag variant={'success'}>Utbetalt</Tag>;
} else {
Expand Down

0 comments on commit c1f5bce

Please sign in to comment.