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 6aeff79 commit 5a38eb8Copy full SHA for 5a38eb8
1 file changed
app/pages/package/[...package].vue
@@ -882,7 +882,7 @@ onKeyStroke(
882
<span class="text-fg-muted">{{ getDependencyCount(displayVersion) }}</span>
883
884
<!-- Separator and total transitive deps -->
885
- <template v-if="getDependencyCount(displayVersion) > 0">
+ <template v-if="getDependencyCount(displayVersion) !== totalDepsCount">
886
<span class="text-fg-subtle mx-1">/</span>
887
888
<ClientOnly>
0 commit comments