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 1cfedb2 commit 7871c06Copy full SHA for 7871c06
app/pages/package/[[org]]/[name]/versions.vue
@@ -540,7 +540,9 @@ const flatItems = computed<FlatItem[]>(() => {
540
dir="ltr"
541
:title="getDownloadsAriaLabel(groupDownloadsMap.get(item.groupKey)!)"
542
>
543
- <span>{{ numberFormatter.format(groupDownloadsMap.get(item.groupKey)!) }}</span>
+ <span>{{
544
+ numberFormatter.format(groupDownloadsMap.get(item.groupKey)!)
545
+ }}</span>
546
<span class="i-lucide:chart-line" aria-hidden="true"></span>
547
</span>
548
<span v-else class="ms-auto w-28 shrink-0" />
0 commit comments