Skip to content

Commit 7871c06

Browse files
[autofix.ci] apply automated fixes
1 parent 1cfedb2 commit 7871c06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,9 @@ const flatItems = computed<FlatItem[]>(() => {
540540
dir="ltr"
541541
:title="getDownloadsAriaLabel(groupDownloadsMap.get(item.groupKey)!)"
542542
>
543-
<span>{{ numberFormatter.format(groupDownloadsMap.get(item.groupKey)!) }}</span>
543+
<span>{{
544+
numberFormatter.format(groupDownloadsMap.get(item.groupKey)!)
545+
}}</span>
544546
<span class="i-lucide:chart-line" aria-hidden="true"></span>
545547
</span>
546548
<span v-else class="ms-auto w-28 shrink-0" />

0 commit comments

Comments
 (0)