[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove pm-panel-id (#1480)

authored by

Radosvet Petrov and committed by
GitHub
7fe73b09 0e645e12

+2 -12
+2 -12
app/pages/package/[[org]]/[name].vue
··· 93 93 })) 94 94 95 95 const { packageName, requestedVersion, orgName } = usePackageRoute() 96 - const selectedPM = useSelectedPackageManager() 97 - const activePmId = computed(() => selectedPM.value ?? 'npm') 98 96 99 97 if (import.meta.server) { 100 98 assertValidPackageName(packageName.value) ··· 1128 1126 <!-- Package manager dropdown --> 1129 1127 <PackageManagerSelect /> 1130 1128 </div> 1131 - <div 1132 - role="tabpanel" 1133 - :id="`pm-panel-${activePmId}`" 1134 - :aria-labelledby="`pm-tab-${activePmId}`" 1135 - > 1129 + <div> 1136 1130 <TerminalExecute 1137 1131 :package-name="pkg.name" 1138 1132 :jsr-info="jsrInfo" ··· 1155 1149 <!-- Package manager dropdown --> 1156 1150 <PackageManagerSelect /> 1157 1151 </div> 1158 - <div 1159 - role="tabpanel" 1160 - :id="`pm-panel-${activePmId}`" 1161 - :aria-labelledby="`pm-tab-${activePmId}`" 1162 - > 1152 + <div> 1163 1153 <div 1164 1154 v-if="publishSecurityDowngrade" 1165 1155 role="alert"