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 9db0261 commit 2d99640Copy full SHA for 2d99640
frontend/src/app/components/key-result-type/key-result-type.component.ts
@@ -114,7 +114,6 @@ export class KeyResultTypeComponent implements AfterContentInit {
114
115
calculateValueForField(values: MetricValue, field: KeyResultMetricField) {
116
const roundToTwoDecimals = (num: number) => parseFloat(num.toFixed(2));
117
- const calculatedField: any = {};
118
119
switch (field) {
120
case KeyResultMetricField.BASELINE: {
0 commit comments