Skip to content

Commit e0874d3

Browse files
[autofix.ci] apply automated fixes
1 parent e14f3fa commit e0874d3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

app/components/Package/TrendsChart.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,12 +1895,14 @@ const isSparklineLayout = computed({
18951895
<div
18961896
role="region"
18971897
aria-labelledby="trends-chart-title"
1898-
:class="isSparklineLayout || !inModal ? undefined:
1899-
isMobile === false && width > 0
1900-
? showCorrectionControls
1901-
? 'h-[491px]'
1902-
: 'h-[567px]'
1903-
: 'min-h-[260px]'
1898+
:class="
1899+
isSparklineLayout || !inModal
1900+
? undefined
1901+
: isMobile === false && width > 0
1902+
? showCorrectionControls
1903+
? 'h-[491px]'
1904+
: 'h-[567px]'
1905+
: 'min-h-[260px]'
19041906
"
19051907
>
19061908
<ClientOnly v-if="chartData.dataset">

0 commit comments

Comments
 (0)