Skip to content

Commit a83a7d3

Browse files
[autofix.ci] apply automated fixes
1 parent a3c0c50 commit a83a7d3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/components/Package/Versions.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,9 +1010,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
10101010
v-for="v in group.versions.slice(1)"
10111011
:key="v.version"
10121012
class="py-1 relative group/version-row hover:bg-bg-elevated/20 focus-within:bg-bg-elevated/20 transition-colors duration-200"
1013-
:class="
1014-
v.version === effectiveCurrentVersion ? 'bg-bg-elevated/20 rounded' : ''
1015-
"
1013+
:class="v.version === effectiveCurrentVersion ? 'bg-bg-elevated/20 rounded' : ''"
10161014
>
10171015
<div class="flex items-center justify-between gap-2">
10181016
<LinkBase

0 commit comments

Comments
 (0)