Skip to content

Commit 108b519

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent fb7dd10 commit 108b519

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

‎src/app/record/components/affiliation-stack/affiliation-stack.component.html‎

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,29 @@
5353
mobile: isMobile
5454
}"
5555
>
56-
{{ affiliation.affiliationName.value }}<ng-container *ngIf="affiliation.city?.value&& affiliation.country?.value">:</ng-container>
56+
{{ affiliation.affiliationName.value
57+
}}<ng-container
58+
*ngIf="affiliation.city?.value && affiliation.country?.value"
59+
>:</ng-container
60+
>
5761

58-
<ng-container *ngIf="affiliation.city?.value&& affiliation.country?.value">
62+
<ng-container
63+
*ngIf="affiliation.city?.value && affiliation.country?.value"
64+
>
5965
{{ affiliation.city.value }},
6066
</ng-container>
61-
<ng-container *ngIf="affiliation.region?.value && affiliation.country?.value &&affiliation.city?.value">
67+
<ng-container
68+
*ngIf="
69+
affiliation.region?.value &&
70+
affiliation.country?.value &&
71+
affiliation.city?.value
72+
"
73+
>
6274
{{ affiliation.region.value }},
6375
</ng-container>
64-
<ng-container *ngIf="affiliation.country.value && affiliation.city?.value">
76+
<ng-container
77+
*ngIf="affiliation.country.value && affiliation.city?.value"
78+
>
6579
{{ affiliation.country.value }}
6680
</ng-container>
6781
</h4>

0 commit comments

Comments
 (0)