Skip to content

Commit 71d0909

Browse files
committed
fix: code format
1 parent 05e2a15 commit 71d0909

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/src2/charts/components/NumberChart.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ function onDoubleClick(measure_name: string) {
150150
? 'text-red-500'
151151
: 'text-green-500'
152152
: delta >= 0
153-
? 'text-green-500'
154-
: 'text-red-500',
153+
? 'text-green-500'
154+
: 'text-red-500',
155155
]"
156156
>
157157
<span class="">

frontend/src2/types/emojis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export const EMOJIS = [
88

99
export type EmojiName = (typeof EMOJIS)[number];
1010

11+

0 commit comments

Comments
 (0)