Skip to content

Commit 8af1162

Browse files
[autofix.ci] apply automated fixes
1 parent 604836a commit 8af1162

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/pages/package/[[org]]/[name]/versions.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,10 @@ const flatItems = computed<FlatItem[]>(() => {
520520
<span>{{ numberFormatter.format(getGroupDownloads(item.versions)!) }}</span>
521521
<span class="i-lucide:chart-line" aria-hidden="true"></span>
522522
</span>
523-
<span class="flex items-center gap-3 shrink-0" :class="!getGroupDownloads(item.versions) ? 'ms-auto' : ''">
523+
<span
524+
class="flex items-center gap-3 shrink-0"
525+
:class="!getGroupDownloads(item.versions) ? 'ms-auto' : ''"
526+
>
524527
<span class="text-xs text-fg-muted" :title="item.versions[0]" dir="ltr">{{
525528
item.versions[0]
526529
}}</span>

0 commit comments

Comments
 (0)