Skip to content

Commit 15e12c6

Browse files
autofix-ci[bot]Dayifour
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 4a39083 commit 15e12c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/components/Compare/FacetSelector.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ function handleCategoryControlKeydown(category: string, event: KeyboardEvent): v
4747
const group = target.closest('[data-facet-category-radiogroup]') as HTMLElement | null
4848
if (!group) return
4949
50-
const radios = Array.from(
51-
group.querySelectorAll<HTMLElement>('[role="radio"]'),
52-
)
50+
const radios = Array.from(group.querySelectorAll<HTMLElement>('[role="radio"]'))
5351
if (!radios.length) return
5452
5553
const currentIndex = radios.indexOf(target)

0 commit comments

Comments
 (0)