Skip to content

Commit 57c536b

Browse files
alisaismailatiFrancescoMolinaro
authored andcommitted
Merged in DSC-1495 (pull request DSpace#1457)
[DSC-1495] fixed a chd : Altmetric badge label shown in item page even if not present Approved-by: Francesco Molinaro
2 parents ac68399 + 54f3ce1 commit 57c536b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/shared/metric/metric-altmetric/metric-altmetric.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export class MetricAltmetricComponent extends BaseEmbeddedMetricComponent implem
2121
if (hasValue(this.metric.remark)) {
2222
this.remark = this.parseRemark();
2323
}
24+
super.ngOnInit();
2425
}
2526

2627
applyScript(): void {

0 commit comments

Comments
 (0)