[Trunk | Library]: project.component.html: [Bug fix] Removed double comma for organizations without id.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58544 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
01427dbc9d
commit
9c73d3c991
|
@ -229,7 +229,6 @@
|
|||
<span *ngIf="!organization.id">
|
||||
<span *ngIf="organization.acronym">{{organization.acronym}}</span>
|
||||
<span *ngIf="!organization.acronym && organization.name">{{organization.name}}</span>
|
||||
<span *ngIf="(i < projectInfo.organizations.length-1)">,</span>
|
||||
</span>
|
||||
<span *ngIf="(i < projectInfo.organizations.length-1)">, </span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue