Skip to content

Commit b8e360c

Browse files
[autofix.ci] apply automated fixes
1 parent d5779a4 commit b8e360c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/components/Compare/FacetQuadrantChart.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,7 @@ const config = computed<VueUiQuadrantConfig>(() => {
413413
:height="12"
414414
>
415415
<div class="flex items-center justify-center gap-2">
416-
<TooltipApp
417-
:aria-label="$t('compare.quadrant_chart.explanation.adoption')"
418-
>
416+
<TooltipApp :aria-label="$t('compare.quadrant_chart.explanation.adoption')">
419417
<button
420418
data-dom-to-png-ignore
421419
class="i-lucide:info w-3.5 h-3.5 text-fg-muted cursor-help"

0 commit comments

Comments
 (0)