Skip to content

Commit

Permalink
Add missing issuedTo to Mines CC detail (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
BcGovNeal authored Jul 14, 2021
1 parent 878414e commit 14afe0e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ <h4 class="grid-section-header-title-text blue-header">Shared Data [Master]</h4>
></app-penalty-detail-admin>
</div>
<div class="grid-section-border"></div>
<div class="grid-section-sub-header">
<span class="grid-section-sub-header-text">Party</span>
</div>
<app-entity-detail class="grid-section" [data]="data && data._master.issuedTo"></app-entity-detail>
<div class="grid-section-border"></div>
<div class="grid-section-sub-header">
<span class="grid-section-sub-header-text">Location Details</span>
</div>
Expand Down

0 comments on commit 14afe0e

Please sign in to comment.