Skip to content

Commit

Permalink
Default fastsattUttaksgrad til undefined (#6996)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashwi authored Jan 21, 2025
1 parent 886ad9e commit 74df0b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const VurderOverlappendeSak: FC<Props> = ({ behandling, aksjonspunkt, api, oppda
perioder:
data?.perioderMedOverlapp.map(periode => ({
periode: { fom: periode.periode.fom || '', tom: periode.periode.tom || '' },
søkersUttaksgrad: periode.fastsattUttaksgrad ?? 0,
søkersUttaksgrad: periode.fastsattUttaksgrad ?? undefined,
saksnummer: periode.saksnummer.map(saksNr => saksNr || ''),
})) || [],
};
Expand Down

0 comments on commit 74df0b2

Please sign in to comment.