Skip to content

Commit

Permalink
Merged in fix-dspace-cris-7-tests (pull request DSpace#597)
Browse files Browse the repository at this point in the history
[DSC-1015] fix angular broken tests
  • Loading branch information
steph-ieffam committed Apr 21, 2023
2 parents da21a22 + 01dbe6b commit 0cdc199
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 0cdc199

Please sign in to comment.