Skip to content

Commit 6d140ab

Browse files
committed
n in 5 -> _n of 5 due to type check
1 parent 327dd42 commit 6d140ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package-changes/[...path].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ defineOgImageComponent('Default', {
129129
<section v-if="pending" class="flex flex-col gap-2 py-3">
130130
<SkeletonBlock class="h-8 w-40 rounded" />
131131
<ul class="ms-3 list-disc my-[1rem] ps-[1.5rem] marker:color-[--border-hover]">
132-
<li class="mb-1" v-for="n in 5">
132+
<li class="mb-1" v-for="_n in 5">
133133
<SkeletonBlock class="h-7 w-full max-w-2xl rounded" />
134134
</li>
135135
</ul>

0 commit comments

Comments
 (0)