Skip to content

Commit 9e36d22

Browse files
committed
ignore in this case
1 parent 5e365e3 commit 9e36d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/components/modals/VersionHistoryModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function ReleaseItem(props: {
6969
<div class="text-4xl text-main">{props.name}</div>
7070
<div class="text-sub">{props.publishedAt}</div>
7171
</div>
72+
{/* oxlint-disable-next-line solid/no-innerhtml */}
7273
<div innerHTML={props.bodyHTML}></div>
7374
<div class="mt-4 mb-16 h-1 w-full rounded bg-sub-alt"></div>
7475
</div>

0 commit comments

Comments
 (0)