Skip to content

Commit

Permalink
fix(agendapoints): fix rendering of revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Jun 11, 2024
1 parent eaa66f6 commit 2915b7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-apes-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': patch
---

Fix rendering of documents on revisions page
2 changes: 1 addition & 1 deletion app/templates/agendapoints/revisions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div class='say-editor'>
<div class='say-editor__paper'>
<div class='say-editor__inner say-content'>
{{html-safe this.revisionDetail.htmlSafeContent}}
{{this.revisionDetail.htmlSafeContent}}
</div>
</div>
</div>
Expand Down

0 comments on commit 2915b7a

Please sign in to comment.