Skip to content

Commit

Permalink
Endret heading til label
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMartinKokseter committed Jan 30, 2025
1 parent 450dc0e commit 20b2aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ export const BehandlingensArtOgOmfangView = (props: IProps) => {
Behandlingens art og omfang
</Heading>

<List title="I Behandlingskatalogen står det at dere behandler personopplysninger om:">
<List
headingTag="label"
title="I Behandlingskatalogen står det at dere behandler personopplysninger om:"
>
{personkategorier.length === 0 && <List.Item>Ingen</List.Item>}
{personkategorier.length > 0 &&
personkategorier.map((personkategori) => (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const InvolveringAvEksterneView = (props: IProps) => {
<List
size="small"
className="mt-5"
headingTag="label"
title="I Behandlingskatalogen står det at dere behandler personopplysninger om:"
>
{personkategorier.length === 0 && <List.Item>Ingen</List.Item>}
Expand Down

0 comments on commit 20b2aaa

Please sign in to comment.