build fix

This commit is contained in:
Eugenio Romano
2018-08-09 14:15:45 +01:00
parent 6b8bd4685c
commit 163ff13000
3 changed files with 5 additions and 5 deletions

View File

@@ -406,7 +406,7 @@ export class ViewerComponent implements OnChanges, OnInit, OnDestroy {
}
private getDisplayName(name) {
return this.displayName || name;
return name || this.displayName ;
}
scrollTop() {