Skip to content

Commit

Permalink
Fjerne ubrukt stil
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashwi committed Jan 7, 2025
1 parent 1a268c5 commit 9f44caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const VurderOverlappendeSak: FC<Props> = ({ behandling, aksjonspunkt, api, oppda
saksnummer,
} = field;
return (
<div key={`${fom}-${tom}-${saksnummer}`} className={styles['setUttaksgradWrapper']}>
<div key={`${fom}-${tom}-${saksnummer}`}>
{readOnly ? (
<TextField
label={`Sett uttaksgrad i prosent for perioden ${formatPeriod(fom || '', tom || '')}`}
Expand Down

0 comments on commit 9f44caa

Please sign in to comment.