Skip to content

Commit

Permalink
fix: Summary (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderthieme authored Feb 11, 2022
1 parent 1d09f70 commit b188aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/summary/summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class Summary {
</div>
</ia-accordion> : undefined
}
{result.slice(1).map(r => (
{result.slice(2).map(r => (
<ia-accordion headline={r.resultCategory.description} open={true}>
<div slot="accordion-children">
<div innerHTML={DOMPurify.sanitize(r.result.text)} />
Expand Down

0 comments on commit b188aa6

Please sign in to comment.