full address part 2

This commit is contained in:
Kyle Spearrin 2019-04-29 10:13:38 -04:00
parent 59e82fee5e
commit 0c3c6857a5
2 changed files with 2 additions and 6 deletions

2
jslib

@ -1 +1 @@
Subproject commit a0a1142f1f3152aea2abf3ca51feffa21e60e9a9
Subproject commit 4d57221daa405b23766b63c9bd76c9147897e556

View File

@ -166,11 +166,7 @@
<div *ngIf="cipher.identity.address1">{{cipher.identity.address1}}</div>
<div *ngIf="cipher.identity.address2">{{cipher.identity.address2}}</div>
<div *ngIf="cipher.identity.address3">{{cipher.identity.address3}}</div>
<div *ngIf="cipher.identity.city || cipher.identity.state || cipher.identity.postalCode">
{{cipher.identity.city || '-'}},
{{cipher.identity.state || '-'}},
{{cipher.identity.postalCode || '-'}}
</div>
<div *ngIf="cipher.identity.fullAddressPart2">{{cipher.identity.fullAddressPart2}}</div>
<div *ngIf="cipher.identity.country">{{cipher.identity.country}}</div>
</div>
</div>