🚧 Påbegynt kommentarhåndtering

WIP: Kommentarer vises ikke i frontend

Co-authored-by: Amalie Erdal Mansåker <amalie.erdal.mansaker@nav.no>
This commit is contained in:
Sindre Kjelsrud 2023-08-02 16:13:06 +02:00 committed by Amalie Mansåker
parent 569a59a161
commit 51d2b930f9

View file

@ -74,6 +74,7 @@ const FeilmeldingsInnhold = (props: FeilmeldingsInnholdInterface) => {
tekst={kommentar}
/>
}
Test: {props.kommentar ? props.kommentar : "null"}
</div>
)
}