Skip to content

Commit

Permalink
Slått sammen to caser i komponenten i forrige commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaslundmark committed Oct 31, 2023
1 parent a4455ed commit 058ec65
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ export const VirksomhetsnummerEllerTelefon: FunctionComponent<Props> = (props) =
</BodyShort>
</>
);
} else if (props.felt === 'virksomhetsnummer') {
return (
<>
<BodyShort size="small" key={props.key}>
{storForbokstav(props.felt)}: {props.verdi}
</BodyShort>
</>
);
} else if (props.felt === 'ønskerVarslingOmRefusjon') {
return (
<>
Expand Down

0 comments on commit 058ec65

Please sign in to comment.