From 9eddea06faa26f481cb5e8d9501c59f632a6c506 Mon Sep 17 00:00:00 2001 From: Skifjeld Date: Mon, 3 Jun 2024 13:20:12 +0200 Subject: [PATCH] =?UTF-8?q?Fjernet=20reactnode=20i=20S=C3=B8keforslagingre?= =?UTF-8?q?ss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/sok/sok-innhold/SokeforslagIngress.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komponenter/header/header-regular/common/sok/sok-innhold/SokeforslagIngress.tsx b/src/komponenter/header/header-regular/common/sok/sok-innhold/SokeforslagIngress.tsx index 66bd65b81..3eafc5d59 100644 --- a/src/komponenter/header/header-regular/common/sok/sok-innhold/SokeforslagIngress.tsx +++ b/src/komponenter/header/header-regular/common/sok/sok-innhold/SokeforslagIngress.tsx @@ -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;