Skip to content

Commit

Permalink
[DSC-1015] fix angular broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-ieffam committed Apr 21, 2023
1 parent da21a22 commit 01dbe6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class MetricDonutsComponent implements OnInit {
if (isPlatformBrowser(this.platformId)) {
this.retrieveMetrics().subscribe((metrics: Metric[]) => {
this.metrics$.next(metrics);
})
});
}
}

Expand Down

0 comments on commit 01dbe6b

Please sign in to comment.