Skip to content

Commit

Permalink
Endrer navn på felter relatert til EØS-land
Browse files Browse the repository at this point in the history
  • Loading branch information
throndi committed Mar 14, 2024
1 parent d020ae0 commit ca695de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const Utenlandsopphold: FC<Props> = ({ utenlandsopphold }) => (
<Label size="small">Land</Label>
<BodyShort size="small">{opphold.land}</BodyShort>
<Label size="small">ID-nummer</Label>
<BodyShort size="small">{opphold.personidentUtland}</BodyShort>
<BodyShort size="small">{opphold.personidentEøsLand}</BodyShort>
<Label size="small">Adresse</Label>
<BodyShort size="small">{opphold.adresseUtland}</BodyShort>
<BodyShort size="small">{opphold.adresseEøsLand}</BodyShort>
<Label size="small">Årsak</Label>
<BodyShort size="small">{opphold.årsak}</BodyShort>
</Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export interface IUtenlandsopphold {
tilDato: string;
land?: string;
årsak: string;
personidentUtland?: string;
adresseUtland?: string;
personidentEøsLand?: string;
adresseEøsLand?: string;
}

export interface IOppholdstatus {
Expand Down

0 comments on commit ca695de

Please sign in to comment.