Skip to content

Commit

Permalink
[FM] Automated formating frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 4, 2023
1 parent 967264f commit 180704c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class ScoringComponent implements OnInit, AfterViewInit, OnChanges {
calculatePercentageMetric() {
if (this.keyResult.lastCheckIn !== null) {
let keyResultMetric: KeyResultMetricMin = this.castToMetric();

let percentage = calculateCurrentPercentage(keyResultMetric);
this.labelPercentage = of(percentage);
switch (true) {
Expand Down

0 comments on commit 180704c

Please sign in to comment.