From 51d2b930f9587ba7cf19ee58bd353c87a8ac0b1c Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Wed, 2 Aug 2023 16:13:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20P=C3=A5begynt=20kommentarh=C3=A5?= =?UTF-8?q?ndtering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WIP: Kommentarer vises ikke i frontend Co-authored-by: Amalie Erdal Mansåker --- frontend/src/components/FeilmeldingsInnhold.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/FeilmeldingsInnhold.tsx b/frontend/src/components/FeilmeldingsInnhold.tsx index caa3c6d..1ef5d1d 100644 --- a/frontend/src/components/FeilmeldingsInnhold.tsx +++ b/frontend/src/components/FeilmeldingsInnhold.tsx @@ -74,6 +74,7 @@ const FeilmeldingsInnhold = (props: FeilmeldingsInnholdInterface) => { tekst={kommentar} /> } + Test: {props.kommentar ? props.kommentar : "null"} ) }