Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fjernet reactnode i Søkeforslagingress
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindskifjeld committed Jun 3, 2024
1 parent b133371 commit 9eddea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Heading } from '@navikt/ds-react';

interface Props {
className: string;
displayName?: string | React.ReactNode;
displayName?: string;
}
const SokeforslagIngress = (props: Props) => {
const { className, displayName } = props;
Expand Down

0 comments on commit 9eddea0

Please sign in to comment.