🚧 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
parent 4cdd063851
commit 29fe06d928
10 changed files with 29 additions and 11 deletions

View file

@ -35,6 +35,7 @@ const FeilmeldingsInnhold = (props: FeilmeldingsInnholdInterface) => {
</div>
<div className="h-2 bg-gray-200 my-4 rounded-lg"></div>
{props.children}
Test: {props.kommentar ? props.kommentar : "null"}
</div>
)
}