File tree Expand file tree Collapse file tree
app/pages/package/[[org]] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -857,11 +857,10 @@ onKeyStroke(
857857 </ClientOnly >
858858 </template >
859859 </span >
860- <ButtonGroup >
860+ <ButtonGroup v-if = " getDependencyCount(displayVersion) > 0 " >
861861 <LinkBase
862862 variant =" button-secondary"
863863 size =" small"
864- v-if =" getDependencyCount(displayVersion) > 0"
865864 :to =" `https://npmgraph.js.org/?q=${pkg.name}`"
866865 :title =" $t('package.stats.view_dependency_graph')"
867866 classicon =" i-carbon:network-3"
@@ -872,7 +871,6 @@ onKeyStroke(
872871 <LinkBase
873872 variant =" button-secondary"
874873 size =" small"
875- v-if =" getDependencyCount(displayVersion) > 0"
876874 :to =" `https://node-modules.dev/grid/depth#install=${pkg.name}${resolvedVersion ? `@${resolvedVersion}` : ''}`"
877875 :title =" $t('package.stats.inspect_dependency_tree')"
878876 classicon =" i-carbon:tree-view"
You can’t perform that action at this time.
0 commit comments