Skip to content

Commit

Permalink
Merge pull request #1696 from bcgov/feature/ALCS-1864
Browse files Browse the repository at this point in the history
Remove #
  • Loading branch information
dhaselhan authored May 21, 2024
2 parents 645344d + 4c8c3f3 commit ab9a9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3 class="flex-item">Notification Parcels</h3>
<div class="review-table">
<ng-container *ngFor="let parcel of parcels; let parcelInd = index">
<div class="full-width flex-space-between-wrap">
<h4 [id]="parcel.uuid">Parcel #{{ parcelInd + 1 }}</h4>
<h4 [id]="parcel.uuid">Parcel {{ parcelInd + 1 }}</h4>
</div>
<div class="subheading2 grid-1">Ownership Type</div>
<div class="grid-double">
Expand Down

0 comments on commit ab9a9e2

Please sign in to comment.