Skip to content

Commit 0ed9d1b

Browse files
committed
Fixed esling check
1 parent 1f84876 commit 0ed9d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-server/src/content/DoraMetrics/DoraMetricsTrend.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ export const DeploymentTrendPill: FC<{
194194
state === 'positive'
195195
? 'Increasing ' + label
196196
: state === 'negative'
197-
? 'Decreasing ' + label
198-
: 'Stable ' + label;
197+
? 'Decreasing ' + label
198+
: 'Stable ' + label;
199199

200200
const useMultiplierFormat = Math.abs(change) > 100;
201201
const formattedChange = useMultiplierFormat

0 commit comments

Comments
 (0)