Skip to content

Commit

Permalink
fiks spacing på overskrift av beregning
Browse files Browse the repository at this point in the history
  • Loading branch information
RamziAbuQassim committed Jun 7, 2024
1 parent 37fbc22 commit 7e9c407
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const Beregning = (props: VilkårsvurderingBaseProps & ExtendedBeregningProps) =
<Heading level="2" size="medium">
Beregning
{props.behandling.beregning &&
` ${DateUtils.formatMonthYear(props.behandling.beregning.fraOgMed)}-
` ${DateUtils.formatMonthYear(props.behandling.beregning.fraOgMed)} -
${DateUtils.formatMonthYear(props.behandling.beregning.tilOgMed)}`}
</Heading>
<div className={styles.beregningsContainer}>
Expand Down

0 comments on commit 7e9c407

Please sign in to comment.