Skip to content

Commit

Permalink
FP Legg til tekst 'mangler' på to vedlegg som manglar dette i oppsumm…
Browse files Browse the repository at this point in the history
…ering
  • Loading branch information
tor-nav committed Sep 18, 2024
1 parent 2bcaf5d commit 58613c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ export const DokumentasjonSendSenereLabel = ({
return (
<VStack gap="2">
<Label>
<FormattedMessage id="manglendeVedlegg.studerer.label" />
<FormattedMessage id="manglendeVedlegg.studerer.label" />{' '}
<FormattedMessage id="dokumentasjon.mangler" />
</Label>
<div>
<BodyShort>
Expand Down Expand Up @@ -294,7 +295,8 @@ export const DokumentasjonSendSenereLabel = ({
return (
<VStack gap="2">
<Label>
<FormattedMessage id="manglendeVedlegg.studererOgJobber.label" />
<FormattedMessage id="manglendeVedlegg.studererOgJobber.label" />{' '}
<FormattedMessage id="dokumentasjon.mangler" />
</Label>
<div>
<BodyShort>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ const UttaksplanOppsummering: React.FunctionComponent<Props> = ({
<FormSummary.Value>{dekningsgradTekst}</FormSummary.Value>
</FormSummary.Answer>
<FormSummary.Answer>
<UttaksplanOppsummeringsliste
ønskerJustertUttakVedFødsel={ønskerJustertUttakVedFødsel}
{...rest}
></UttaksplanOppsummeringsliste>
<UttaksplanOppsummeringsliste ønskerJustertUttakVedFødsel={ønskerJustertUttakVedFødsel} {...rest} />
</FormSummary.Answer>
{ønskerJustertUttakVedFødsel !== undefined && (
<FormSummary.Answer>
Expand Down

0 comments on commit 58613c9

Please sign in to comment.