Skip to content

Commit

Permalink
fix: Stanford (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderthieme authored Feb 9, 2022
1 parent 0c4c982 commit c4e1137
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 @@ -96,7 +96,7 @@ export class Summary {
result.length > 0 ?
<ia-accordion
headline={result[0].resultCategory.description}
open={false}
open={true}
>
<div slot="accordion-children">
<div innerHTML={DOMPurify.sanitize(result[0].result.text)} />
Expand Down

0 comments on commit c4e1137

Please sign in to comment.