mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
@@ -1,4 +1,4 @@
|
||||
<ion-card *ngIf="item.workLocations">
|
||||
<ion-card *ngIf="item.workLocations?.length > 0">
|
||||
<ion-card-header>
|
||||
{{ 'type' | thingTranslate: item.workLocations[0] | titlecase }}
|
||||
</ion-card-header>
|
||||
@@ -91,7 +91,7 @@
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
<stapps-simple-card
|
||||
*ngIf="item.jobTitles"
|
||||
*ngIf="item.jobTitles?.length > 0"
|
||||
[title]="'jobTitles' | propertyNameTranslate: item | titlecase"
|
||||
[content]="item.jobTitles"
|
||||
></stapps-simple-card>
|
||||
|
||||
Reference in New Issue
Block a user