mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update packages/web-vite/src/pages/ReaderPage.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
c43269df69
commit
d823a9f2af
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ const ReaderPage: React.FC = () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{/* biome-ignore lint/security/noDangerouslySetInnerHtml: content sanitized with DOMPurify above */}
|
||||
<div
|
||||
className="reader-content"
|
||||
dangerouslySetInnerHTML={{ __html: sanitizedContent }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue