🐛 Fikser buildproblemos
Co-authored-by: Markus A. R. Johansen <markus.aleksander.rakil.johansen@nav.no>
This commit is contained in:
parent
02f999c56b
commit
53b314aa6a
2 changed files with 4 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import "@navikt/ds-css";
|
||||
import { ExpansionCard, Tag } from "@navikt/ds-react";
|
||||
import { IFeilmelding } from "../interface";
|
||||
|
||||
interface TagBarInterface {
|
||||
haster: boolean
|
||||
|
|
@ -23,7 +24,7 @@ const FeilCard = (props: IFeilmelding) => {
|
|||
<ExpansionCard.Description>
|
||||
{props.beskrivelse}
|
||||
</ExpansionCard.Description>
|
||||
{/* <TagBar haster={props.haster}/> */}
|
||||
<TagBar haster={true}/>
|
||||
</ExpansionCard.Header>
|
||||
<ExpansionCard.Content>
|
||||
Hællæ
|
||||
|
|
|
|||
Reference in a new issue