File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/vite/src/app/components/packages Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,8 @@ function toggleSizeSortType() {
6969 <div v-if =" !groupView" role =" cell" font-mono flex-none min-w80 py1.5 px2 ws-nowrap text-sm >
7070 <DisplayHighlightedPackageName :name =" item.name" />
7171 </div >
72- <div role =" cell" flex =" ~ items-center" text-left flex-none font-mono py1.5 px2 text-sm min-w40 op80 >
72+ <div role =" cell" flex =" ~ items-center" text-left flex-none font-mono py1.5 px2 text-sm min-w40 op80 :class = " { 'text-primary': item.duplicated } " >
7373 {{ item.version }}
74- <!-- TODO: color this if the package is duplicated -->
7574 </div >
7675 <div role =" cell" flex =" ~ items-center justify-end" flex-none font-mono py1.5 px2 text-sm min-w40 op80 >
7776 <VMenu :delay =" { show: 200, hide: 0 }" >
You can’t perform that action at this time.
0 commit comments