[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:
konstantina.galouni 2020-04-24 15:45:45 +00:00
parent 01427dbc9d
commit 9c73d3c991
1 changed files with 0 additions and 1 deletions

View File

@ -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>