Skip to content

Commit 5ca41fc

Browse files
fix(tracker): fix rare rendering/hydration issue
1 parent efc8c3e commit 5ca41fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/tracker/[org]/[repo]/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
p: Transparent,
119119
pre: Transparent,
120120
a: Transparent,
121-
ul: Transparent
121+
ul: Transparent,
122+
ol: Transparent,
123+
li: Transparent
122124
}
123125
}
124126
]}

0 commit comments

Comments
 (0)