We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f84876 commit 0ed9d1bCopy full SHA for 0ed9d1b
web-server/src/content/DoraMetrics/DoraMetricsTrend.tsx
@@ -194,8 +194,8 @@ export const DeploymentTrendPill: FC<{
194
state === 'positive'
195
? 'Increasing ' + label
196
: state === 'negative'
197
- ? 'Decreasing ' + label
198
- : 'Stable ' + label;
+ ? 'Decreasing ' + label
+ : 'Stable ' + label;
199
200
const useMultiplierFormat = Math.abs(change) > 100;
201
const formattedChange = useMultiplierFormat
0 commit comments