Skip to content

Commit 3c13975

Browse files
authored
Update Cell.tsx
1 parent a7bd663 commit 3c13975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const Cell: React.FC<CellProps> = ({ cell, seq }) => {
196196
<div
197197
className="output_html rendered_html output_subarea"
198198
dangerouslySetInnerHTML={{
199-
__html: `<div>${htmlFilter(html)}</div>`,
199+
__html: htmlFilter(`<div>${html}</div>`),
200200
}}
201201
></div>
202202
);

0 commit comments

Comments
 (0)