Skip to content

Commit

Permalink
fix: Client view broken when the client has not client type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Alberto Hernandez authored and alberto-art3ch committed Aug 26, 2024
1 parent 1e1772d commit bfdae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clients/clients-view/clients-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3 fxFlex="95%">
<span class="m-r-3">{{group.name}}</span>
</span></td>
</tr>
<tr>
<tr *ngIf="clientViewData.clientType">
<td><b>{{"labels.inputs.Client Type" | translate}}</b></td>
<td>{{clientViewData.clientType.name}}</td>
</tr>
Expand Down

0 comments on commit bfdae86

Please sign in to comment.