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