Skip to content

Commit

Permalink
Remove #
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haselhan committed May 21, 2024
1 parent a4d2a19 commit 4c8c3f3
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 4c8c3f3

Please sign in to comment.