Skip to content

Commit

Permalink
Viser ikke feil ident på annullerte tilskuddsperioder
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaslundmark committed Oct 9, 2023
1 parent a72fce7 commit 0e92625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BeslutterSide/EtikettStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const EtikettStatus: FunctionComponent<Props> = (props) => {
<Tag variant={etikettStatus[props.tilskuddsperiodestatus]} size={props.size}>
{props.antallKlarTilgodkjenning && props.antallKlarTilgodkjenning + ' '}
{tilskuddsperiodeStatusTekst[props.tilskuddsperiodestatus]}
{props.godkjentAv && <> av {props.godkjentAv}</>}
{props.tilskuddsperiodestatus === 'GODKJENT' && props.godkjentAv && <> av {props.godkjentAv}</>}
</Tag>
);
}
Expand Down

0 comments on commit 0e92625

Please sign in to comment.