Skip to content

Commit

Permalink
Reset file
Browse files Browse the repository at this point in the history
  • Loading branch information
beeccy committed Dec 22, 2023
1 parent 6f593d7 commit 2e464db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/krav/Suksesskriterie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Suksesskriterie } from '../../constants'
import { Markdown } from '../common/Markdown'
import { Box, Heading, Label } from '@navikt/ds-react'
export const SuksesskriterieCard = (props: { suksesskriterie: Suksesskriterie; num: number; totalt: number; fullWidth?: boolean }) => {
const { suksesskriterie, num, totalt } = props
const { suksesskriterie, num, totalt, fullWidth } = props
return (
<div className="border-b-2 border-gray-200 py-5">
<Box>
Expand Down

0 comments on commit 2e464db

Please sign in to comment.