Update index.vue

This commit is contained in:
Katos
2024-12-26 16:57:39 +00:00
committed by GitHub
parent 2df7d25284
commit 29d82fcbfe

View File

@@ -485,7 +485,7 @@
{{ item ? item.name : "" }}
</h1>
<div class="flex flex-wrap gap-2 pb-1">
<LabelChip v-for="label in item?.labels || []" :key="label.id" :label="label.name" size="sm" />
<LabelChip v-for="label in item?.labels || []" :key="label.id" :label="label" size="sm" />
<span v-if="(item?.labels || []).length === 0" class="text-gray-500">No labels</span>
</div>
<div class="flex flex-wrap gap-1 text-wrap text-xs">