Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolcher committed Oct 22, 2024
1 parent 58683d8 commit b862cf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dito/app/components/PrinzipienErfuellung.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ export default function PrinzipienErfuellung({
<>
<b>Norm: {paragraph.Norm}</b> <br />
<br />
Tags:{" "}
{paragraph.Tags &&
paragraph.Tags.length > 0 &&
paragraph.Tags.map((tag) => <>{tag.Tag} </>)}
<br /> <br />
Regelungstext: {paragraph.Regelungstext} <br />
<br />
WarumWichtig:{" "}
Expand Down

0 comments on commit b862cf9

Please sign in to comment.