We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a6b5c commit 9d7f9cfCopy full SHA for 9d7f9cf
packages/fakta/fodsel/src/components/fakta/FaktaFraSøknad.tsx
@@ -33,14 +33,14 @@ export const FaktaFraSøknad = ({
33
value={<DateLabel dateString={utstedtdato} />}
34
/>
35
)}
36
- {antallBarn && <ReadOnlyField label={<FormattedMessage id="Label.AntallBarn" />} value={antallBarn} />}
37
38
{barn.length > 0 && (
39
<ReadOnlyField
40
label={<FormattedMessage id="Label.Fodselsdato" />}
41
value={<DateLabel dateString={barn[0].fødselsdato} />}
42
43
+ {antallBarn && <ReadOnlyField label={<FormattedMessage id="Label.AntallBarn" />} value={antallBarn} />}
44
45
{terminbekreftelseDokument && (
46
<HStack gap="2">
0 commit comments