Skip to content

Commit b3606b3

Browse files
[autofix.ci] apply automated fixes
1 parent c8f0e76 commit b3606b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/components/Chart/SplitSparkline.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ const configs = computed(() => {
204204
:seed="i"
205205
:foreground-color="colors.bg!"
206206
:background-color="
207-
dataset?.[i]?.color
208-
?? palette[i]
209-
?? palette[i % palette.length]
210-
?? palette[0]
211-
?? 'transparent'
207+
dataset?.[i]?.color ??
208+
palette[i] ??
209+
palette[i % palette.length] ??
210+
palette[0] ??
211+
'transparent'
212212
"
213213
:max-size="CHART_PATTERN_CONFIG.maxSize"
214214
:min-size="CHART_PATTERN_CONFIG.minSize"

0 commit comments

Comments
 (0)