We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46d93b commit ab5c8d5Copy full SHA for ab5c8d5
1 file changed
app/components/Compare/FacetBarChart.vue
@@ -241,7 +241,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
241
<SkeletonInline class="h-4 w-28" />
242
</div>
243
<div class="flex flex-col gap-1">
244
- <SkeletonInline class="h-7 w-full" v-for="(_, i) in packages" />
+ <SkeletonInline class="h-7 w-full" v-for="pkg in packages" :key="pkg" />
245
246
</template>
247
</ClientOnly>
@@ -252,7 +252,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
252
253
254
255
256
257
258
0 commit comments