🚧 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:
parent
4cdd063851
commit
29fe06d928
10 changed files with 29 additions and 11 deletions
|
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue