mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
Claim contract-info null fix (#208)
This commit is contained in:
parent
73177cdf0e
commit
a57927c4e0
@ -58,7 +58,12 @@
|
||||
></cc-pretty-json>
|
||||
</mat-expansion-panel>
|
||||
|
||||
<mat-expansion-panel *ngIf="questionary?.data?.contact_info">
|
||||
<mat-expansion-panel
|
||||
*ngIf="
|
||||
questionary?.data?.contact_info?.email ||
|
||||
questionary?.data?.contact_info?.phone_number
|
||||
"
|
||||
>
|
||||
<mat-expansion-panel-header>
|
||||
<mat-panel-title>Contact Info</mat-panel-title>
|
||||
</mat-expansion-panel-header>
|
||||
|
Loading…
Reference in New Issue
Block a user