🚧 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
569a59a161
commit
51d2b930f9
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ const FeilmeldingsInnhold = (props: FeilmeldingsInnholdInterface) => {
|
||||||
tekst={kommentar}
|
tekst={kommentar}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
Test: {props.kommentar ? props.kommentar : "null"}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue